Method

PurpleAccountManagerget_connected

since: 3.0

Declaration [src]

GList*
purple_account_manager_get_connected (
  PurpleAccountManager* manager
)

Description [src]

Gets a list of all accounts that are currently connected.

Available since: 3.0

Return value

Type: A list of PurpleAccount*

The list of all connected accounts.

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