Method

PurpleContactManagerget_all

since: 3.0

Declaration [src]

GListModel*
purple_contact_manager_get_all (
  PurpleContactManager* manager,
  PurpleAccount* account
)

Description [src]

Gets a GListModel of all contacts that belong to account.

Available since: 3.0

Parameters

account

Type: PurpleAccount

The PurpleAccount whose contacts to get.

The data is owned by the caller of the function.

Return value

Type: A list model of GObject

A GListModel of all the contacts belonging to account.

The data is owned by the instance.
The return value can be NULL.