--- 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.