pidgin/pidgin

Add scope annotations to fb_util_request_buddy

2022-03-13, Elliott Sales de Andrade
05fa2feb07f4
Parents 2f1bed3c4738
Children 4960320545ef
Add scope annotations to fb_util_request_buddy
--- 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.