Method
PurpleContactManagerget_all
unstable since: 3.0
Declaration [src]
GListModel*
purple_contact_manager_get_all (
PurpleContactManager* manager,
PurpleAccount* account
)
Parameters
account
-
Type:
PurpleAccount
The
PurpleAccount
whose contacts to get.The data is owned by the caller of the method.
Return value
Type: A list model of GObject
A GListModel
of all the
contacts belonging to account
.
The returned data is owned by the instance. |
The return value can be NULL . |