Add scope annotations to fb_util_request_buddy

Sun, 13 Mar 2022 22:06:00 -0500

author
Elliott Sales de Andrade <quantum.analyst@gmail.com>
date
Sun, 13 Mar 2022 22:06:00 -0500
changeset 41296
05fa2feb07f4
parent 41295
2f1bed3c4738
child 41297
4960320545ef

Add scope annotations to fb_util_request_buddy

libpurple/protocols/facebook/util.h file | annotate | diff | comparison | revisions
--- a/libpurple/protocols/facebook/util.h	Sun Mar 13 22:06:00 2022 -0500
+++ b/libpurple/protocols/facebook/util.h	Sun Mar 13 22:06:00 2022 -0500
@@ -232,8 +232,8 @@
  * @secondary: The secondary information or #NULL.
  * @select: (element-type PurpleBuddy): A #GSList of selected buddies or #NULL.
  * @multi: #TRUE to for multiple buddy selections, otherwise #FALSE.
- * @ok_cb: The callback for the `OK` button or #NULL.
- * @cancel_cb: The callback for the `Cancel` button or #NULL.
+ * @ok_cb: (scope async): The callback for the `OK` button or #NULL.
+ * @cancel_cb: (scope async): The callback for the `Cancel` button or #NULL.
  * @data: The user-defined data.
  *
  * Displays a buddy list selection form.

mercurial