--- a/libpurple/conversationtypes.h Fri Jan 31 18:25:09 2014 +0530 +++ b/libpurple/conversationtypes.h Fri Jan 31 18:46:39 2014 +0530 @@ -330,7 +330,7 @@ * * @chat: The chat. * - * Returns: (TODO const): The list of users. + * Returns: (transfer none): The list of users. */ GList *purple_chat_conversation_get_users(const PurpleChatConversation *chat); @@ -365,7 +365,7 @@ * * @chat: The chat. * - * Returns: (TODO const): The list of ignored users. + * Returns: (transfer none): The list of ignored users. */ GList *purple_chat_conversation_get_ignored(const PurpleChatConversation *chat);