Sun, 13 Mar 2022 22:06:00 -0500
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.