[gnome-panel/wip/segeiger/reference-documentation: 3/8] libpanel-applet/panel-applet.h: Add link to PanelAppletFactoryCallback for 'callback'



commit 35fae277c0bd7cf6d92283b56e5eca876747b9a9
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 d09971e..06959b5 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:
  * @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:
  * @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]