libpurple/conversationtypes.h

branch
soc.2013.gobjectification.plugins
changeset 37037
c391f5d677e4
parent 37035
e85ed7f4d6e3
parent 35394
38facb8226d4
child 37040
91119588bc3a
--- 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);
 

mercurial