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



commit 09fcdd2c6e216c65b8d1b62ec39f966deb2e3894
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]