--- 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.