Method

PurpleConnectionget_active_chats

since: 3.0.0

Declaration [src]

GSList*
purple_connection_get_active_chats (
  PurpleConnection* gc
)

Description [src]

Returns a list of active chat conversations on a connection.

Available since: 3.0.0

Return value

Type: A list of PurpleChatConversation*

The active chats on the connection.

The data is owned by the instance.