libpurple/protocols/facebook/http.h

changeset 41293
bfd8314a1a74
parent 41122
f29fa0dda4bf
--- a/libpurple/protocols/facebook/http.h	Sun Mar 13 22:05:59 2022 -0500
+++ b/libpurple/protocols/facebook/http.h	Sun Mar 13 22:05:59 2022 -0500
@@ -82,7 +82,7 @@
  * instead of freeing, the returned #FbHttpParams can be closed with
  * #fb_http_params_close().
  *
- * Returns: The new #FbHttpParams.
+ * Returns: (transfer full): The new #FbHttpParams.
  */
 FbHttpParams *
 fb_http_params_new(void);
@@ -98,7 +98,7 @@
  * instead of freeing, the returned #FbHttpParams can be closed with
  * #fb_http_params_close().
  *
- * Returns: The new #FbHttpParams.
+ * Returns: (transfer full): The new #FbHttpParams.
  */
 FbHttpParams *
 fb_http_params_new_parse(const gchar *data, gboolean isurl);

mercurial