libpurple/conversationtypes.h

changeset 35638
1ae6f7c41db3
parent 35499
c4c5e0a670b1
child 35639
7391a9c98a1d
--- a/libpurple/conversationtypes.h	Tue Mar 18 12:20:55 2014 +0100
+++ b/libpurple/conversationtypes.h	Tue Mar 18 13:11:04 2014 +0100
@@ -385,6 +385,17 @@
 GList *purple_chat_conversation_get_users(const PurpleChatConversation *chat);
 
 /**
+ * purple_chat_conversation_get_users_count:
+ * @chat: The chat.
+ *
+ * Returns count of users in the chat room.
+ *
+ * Returns: The count of users in the chat room.
+ */
+guint
+purple_chat_conversation_get_users_count(const PurpleChatConversation *chat);
+
+/**
  * purple_chat_conversation_ignore:
  * @chat: The chat.
  * @name: The name of the user.

mercurial