Method

PurpleConversationManagerget_all

since: 3.0

Declaration [src]

GList*
purple_conversation_manager_get_all (
  PurpleConversationManager* manager
)

Description [src]

Gets a list of all conversations that are registered with manager.

Available since: 3.0

Return value

Type: A list of PurpleConversation*

A list of all of the registered conversations.

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