libpurple/blist.h

changeset 22283
078d7f35f0f1
parent 22282
a964668bd7e4
child 22334
6eec04817c0d
--- a/libpurple/blist.h	Mon Jan 21 19:43:55 2008 +0000
+++ b/libpurple/blist.h	Tue Jan 22 02:59:56 2008 +0000
@@ -706,6 +706,16 @@
 PurpleGroup *purple_chat_get_group(PurpleChat *chat);
 
 /**
+ * Returns the account the chat belongs to.
+ *
+ * @param chat  The chat.
+ *
+ * @return  The account the chat belongs to.
+ * @since 2.4.0
+ */
+PurpleAccount *purple_chat_get_account(PurpleChat *chat);
+
+/**
  * Returns the group of which the buddy is a member.
  *
  * @param buddy   The buddy

mercurial