[gnome-panel/wip/segeiger/reference-documentation: 6/7] libpanel-applet/panel-applet.h: Add link to PanelAppletFactoryCallback for 'callback'
- From: Sebastian Geiger <segeiger src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-panel/wip/segeiger/reference-documentation: 6/7] libpanel-applet/panel-applet.h: Add link to PanelAppletFactoryCallback for 'callback'
- Date: Sun, 23 Aug 2015 22:56:37 +0000 (UTC)
commit cd0f3201e4c38e4f222346e14caf9c71e16b3cff
Author: Sebastian Geiger <sbastig gmx net>
Date: Mon Aug 24 00:30:14 2015 +0200
libpanel-applet/panel-applet.h: Add link to PanelAppletFactoryCallback for 'callback'
libpanel-applet/panel-applet.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libpanel-applet/panel-applet.h b/libpanel-applet/panel-applet.h
index 35a53f9..daecb70 100644
--- a/libpanel-applet/panel-applet.h
+++ b/libpanel-applet/panel-applet.h
@@ -202,7 +202,7 @@ int panel_applet_factory_setup_in_process (const gchar
* PANEL_APPLET_OUT_PROCESS_FACTORY:
* @factory_id: identifier of an applet factory.
* @type: GType of the applet this factory creates.
- * @callback: (scope call): callback to be called when a new applet is created.
+ * @callback: (scope call): A %PanelAppletFactoryCallback callback to be called when a new applet is created.
* @data: (closure): callback data.
*
* Convenience macro providing a main() function for an out-of-process applet.
@@ -256,7 +256,7 @@ int main (int argc, char *argv []) \
* PANEL_APPLET_IN_PROCESS_FACTORY:
* @factory_id: identifier of an applet factory.
* @type: GType of the applet this factory creates.
- * @callback: (scope call): callback to be called when a new applet is created.
+ * @callback: (scope call): A %PanelAppletFactoryCallback callback to be called when a new applet is created.
* @data: (closure): callback data.
*
* Convenience macro providing the symbol needed to automatically register the
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]