Method

MsgContactServiceget_contacts

Declaration [src]

GList*
msg_contact_service_get_contacts (
  MsgContactService* self,
  GCancellable* cancellable,
  GError** error
)

Description [src]

Get all contacts accessed by contact service.

Parameters

cancellable GCancellable
 

A cancellable.

 The argument can be NULL.
 The data is owned by the caller of the function.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: A list of MsgContact*
 

All contacts.

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