libpurple/plugins.h

branch
soc.2013.gobjectification.plugins
changeset 37132
f4740b6e7525
parent 37131
fe9ff76f1c6c
child 37146
b5b9c75a4b54
--- a/libpurple/plugins.h	Thu Apr 03 09:31:58 2014 +0530
+++ b/libpurple/plugins.h	Thu Apr 03 09:37:53 2014 +0530
@@ -893,7 +893,8 @@
 /**
  * purple_plugin_action_new:
  * @label:    The description of the action to show to the user.
- * @callback: The callback to call when the user selects this action.
+ * @callback: (scope call): The callback to call when the user selects this
+ *            action.
  *
  * Allocates and returns a new PurplePluginAction. Use this to add actions in a
  * list in the "actions-cb" callback for your plugin.

mercurial