summaryrefslogtreecommitdiff
path: root/libpurple/protocols.h
diff options
context:
space:
mode:
authorAnkit Vani <a@nevitus.org>2014-04-03 09:37:53 +0530
committerAnkit Vani <a@nevitus.org>2014-04-03 09:37:53 +0530
commit56bd28373588846ec8427da0464884bdd9387d72 (patch)
treebe06d45350d7a3d29774e73560bd8aea32ccc937 /libpurple/protocols.h
parentd444195cbf77fc434fe782cabc3c61d0b26f305d (diff)
downloadpidgin-56bd28373588846ec8427da0464884bdd9387d72.tar.gz
Add (scope) annotation to callback parameters in plugins.h, protocol.h, protocols.h
Diffstat (limited to 'libpurple/protocols.h')
-rw-r--r--libpurple/protocols.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libpurple/protocols.h b/libpurple/protocols.h
index 605ee907e1..2cec0f9962 100644
--- a/libpurple/protocols.h
+++ b/libpurple/protocols.h
@@ -315,7 +315,8 @@ GType purple_protocol_action_get_type(void);
/**
* purple_protocol_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 PurpleProtocolAction. Use this to add actions in
* a list in the get_actions function of the protocol.