Method

PurpleChatConversationget_users

since: 3.0

Declaration [src]

GList*
purple_chat_conversation_get_users (
  PurpleChatConversation* chat
)

Description [src]

Returns a list of users in the chat room. The members of the list are PurpleChatUser objects.

Available since: 3.0

Return value

Type: A list of PurpleChatUser*

     The list of users. Use `g_list_free()` when done
     using the list.

The caller of the method takes ownership of the data container, but not the data inside it.