summaryrefslogtreecommitdiff
path: root/libpurple/chat.h
diff options
context:
space:
mode:
authorElliott Sales de Andrade <qulogic@pidgin.im>2019-08-03 02:33:05 -0400
committerElliott Sales de Andrade <qulogic@pidgin.im>2019-08-03 02:33:05 -0400
commitc898d03ef71e89fe59841dfc6288efa1a7aaa14d (patch)
tree0ac7c7c7609ca36923387bba51e2d9a55d0b0e5b /libpurple/chat.h
parent8c9a488e2f2d07461f0141c37c0499937966addd (diff)
downloadpidgin-c898d03ef71e89fe59841dfc6288efa1a7aaa14d.tar.gz
Add missing transfer annotations.
Diffstat (limited to 'libpurple/chat.h')
-rw-r--r--libpurple/chat.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/libpurple/chat.h b/libpurple/chat.h
index a0820be8e9..649b51e080 100644
--- a/libpurple/chat.h
+++ b/libpurple/chat.h
@@ -119,7 +119,8 @@ void purple_chat_set_alias(PurpleChat *chat, const char *alias);
*
* Returns the group of which the chat is a member.
*
- * Returns: The parent group, or %NULL if the chat is not in a group.
+ * Returns: (transfer none): The parent group, or %NULL if the chat is not in a
+ * group.
*/
PurpleGroup *purple_chat_get_group(PurpleChat *chat);
@@ -129,7 +130,7 @@ PurpleGroup *purple_chat_get_group(PurpleChat *chat);
*
* Returns the account the chat belongs to.
*
- * Returns: The account the chat belongs to.
+ * Returns: (transfer none): The account the chat belongs to.
*/
PurpleAccount *purple_chat_get_account(PurpleChat *chat);