libpurple/roomlist.h

changeset 39738
14d425a528ad
parent 39664
8199296a9e76
child 39818
d63ceb45d88d
--- a/libpurple/roomlist.h	Tue Jul 23 11:52:27 2019 -0500
+++ b/libpurple/roomlist.h	Sat Aug 03 02:33:05 2019 -0400
@@ -166,7 +166,7 @@
  * Retrieve the PurpleAccount that was given when the room list was
  * created.
  *
- * Returns: The PurpleAccount tied to this room list.
+ * Returns: (transfer none): The PurpleAccount tied to this room list.
  */
 PurpleAccount *purple_roomlist_get_account(PurpleRoomlist *list);
 
@@ -224,8 +224,8 @@
  * Returns a PurpleRoomlist structure from the protocol, and
  * instructs the protocol to start fetching the list.
  *
- * Returns: A PurpleRoomlist* or %NULL if the protocol
- *         doesn't support that.
+ * Returns: (transfer full): A PurpleRoomlist* or %NULL if the protocol doesn't
+ *          support that.
  */
 PurpleRoomlist *purple_roomlist_get_list(PurpleConnection *gc);
 

mercurial