libpurple/protocols/facebook/data.h

changeset 41293
bfd8314a1a74
parent 41122
f29fa0dda4bf
child 41294
3f0b065e58f7
--- a/libpurple/protocols/facebook/data.h	Sun Mar 13 22:05:59 2022 -0500
+++ b/libpurple/protocols/facebook/data.h	Sun Mar 13 22:05:59 2022 -0500
@@ -127,7 +127,7 @@
  *
  * Gets the #FbApi from the #FbData.
  *
- * Return: The #FbApi.
+ * Return: (transfer none): The #FbApi.
  */
 FbApi *
 fb_data_get_api(FbData *fata);
@@ -138,7 +138,7 @@
  *
  * Gets the #PurpleConnection from the #FbData.
  *
- * Return: The #PurpleConnection.
+ * Return: (transfer none): The #PurpleConnection.
  */
 PurpleConnection *
 fb_data_get_connection(FbData *fata);
@@ -149,7 +149,7 @@
  *
  * Gets the #PurpleRoomlist from the #FbData.
  *
- * Return: The #PurpleRoomlist.
+ * Return: (transfer none): The #PurpleRoomlist.
  */
 PurpleRoomlist *
 fb_data_get_roomlist(FbData *fata);
@@ -232,7 +232,7 @@
  * from HTTP sources. After calling this, #fb_data_image_queue() should
  * be called to queue the fetching process.
  *
- * Return: The #FbDataImage.
+ * Return: (transfer none): The #FbDataImage.
  */
 FbDataImage *
 fb_data_image_add(FbData *fata, const gchar *url, FbDataImageFunc func,
@@ -266,7 +266,7 @@
  *
  * Gets the #FbData from the #FbDataImage.
  *
- * Returns: The #FbData.
+ * Returns: (transfer none): The #FbData.
  */
 FbData *
 fb_data_image_get_fata(FbDataImage *img);

mercurial