libpurple/roomlist.h

branch
soc.2013.gobjectification.plugins
changeset 37022
d891503c8aa6
parent 37021
04c99b24db84
child 37023
d9bcdc9a91e6
--- a/libpurple/roomlist.h	Wed Jan 29 10:01:14 2014 +0530
+++ b/libpurple/roomlist.h	Wed Jan 29 10:10:12 2014 +0530
@@ -240,7 +240,7 @@
  * Get the list of fields for a roomlist.
  *
  * @roomlist: The roomlist, which must not be %NULL.
- * Returns: (TODO const): A list of fields
+ * Returns: (transfer none): A list of fields
  */
 GList *purple_roomlist_get_fields(PurpleRoomlist *roomlist);
 
@@ -365,7 +365,7 @@
  * Get the list of fields for a room.
  *
  * @room:  The room, which must not be %NULL.
- * Returns: (TODO const): A list of fields
+ * Returns: (transfer none): A list of fields
  */
 GList * purple_roomlist_room_get_fields(PurpleRoomlistRoom *room);
 

mercurial