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