--- 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);