summaryrefslogtreecommitdiff
path: root/libmate-panel-applet
diff options
context:
space:
mode:
Diffstat (limited to 'libmate-panel-applet')
-rw-r--r--libmate-panel-applet/mate-panel-applet.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libmate-panel-applet/mate-panel-applet.c b/libmate-panel-applet/mate-panel-applet.c
index 04678823..b60ca71c 100644
--- a/libmate-panel-applet/mate-panel-applet.c
+++ b/libmate-panel-applet/mate-panel-applet.c
@@ -2358,7 +2358,7 @@ _mate_panel_applet_factory_main_internal (const gchar *factory_id,
}
/**
- * panel_applet_factory_main:
+ * mate_panel_applet_factory_main:
* @out_process: boolean, dummy to support applets sending it
* @factory_id: Factory ID.
* @applet_type: GType of the applet this factory creates.
@@ -2379,7 +2379,7 @@ mate_panel_applet_factory_main (const gchar *factory_id,
}
/**
- * panel_applet_factory_setup_in_process: (skip)
+ * mate_panel_applet_factory_setup_in_process: (skip)
* @factory_id: Factory ID.
* @applet_type: GType of the applet this factory creates.
* @callback: (scope call): Callback to be called when a new applet is to be created.