Method

PurpleConversationManagerget_all_for_account

unstable since: 3.0

Declaration [src]

GListModel*
purple_conversation_manager_get_all_for_account (
  PurpleConversationManager* manager,
  PurpleAccount* account
)

Description [src]

Gets a list of conversations for a given account.

Available since: 3.0

Parameters

account

Type: PurpleAccount

The account.

The data is owned by the caller of the method.

Return value

Type: A list model of GObject

The list of conversations.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.