summaryrefslogtreecommitdiff
path: root/libpurple/prefs.h
diff options
context:
space:
mode:
authorAnkit Vani <a@nevitus.org>2014-04-03 09:26:19 +0530
committerAnkit Vani <a@nevitus.org>2014-04-03 09:26:19 +0530
commit415d96b509b183dd83704f8923aa4a2afe70be8c (patch)
tree5aef915d40ecd6ccc1e095594be69272fa9211ee /libpurple/prefs.h
parentf56bd71c9c928def4e5fb6a83655a82916ad8663 (diff)
downloadpidgin-415d96b509b183dd83704f8923aa4a2afe70be8c.tar.gz
Add (scope) annotation to callback parameters (account.h to proxy.h)
Diffstat (limited to 'libpurple/prefs.h')
-rw-r--r--libpurple/prefs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpurple/prefs.h b/libpurple/prefs.h
index ff5b8d1ce2..1b98beabdc 100644
--- a/libpurple/prefs.h
+++ b/libpurple/prefs.h
@@ -360,7 +360,7 @@ GList *purple_prefs_get_children_names(const char *name);
* purple_prefs_connect_callback:
* @handle: The handle of the receiver.
* @name: The name of the preference
- * @cb: The callback function
+ * @cb: (scope call): The callback function
* @data: The data to pass to the callback function.
*
* Add a callback to a pref (and its children)