Method

ValentContactStoreget_contacts

unstable since: 1.0

Declaration [src]

void
valent_contact_store_get_contacts (
  ValentContactStore* store,
  char** uids,
  GCancellable* cancellable,
  GAsyncReadyCallback callback,
  gpointer user_data
)

Description [src]

A convenience wrapper around valent_contact_store_query() for searching contacts by UID.

Call valent_contact_store_query_finish() to get the result.

Available since: 1.0

Parameters

uids

Type: char**

A list of UIDs.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.
cancellable

Type: GCancellable

GCancellable

The argument can be NULL.
The data is owned by the caller of the method.
callback

Type: GAsyncReadyCallback

A GAsyncReadyCallback

The argument can be NULL.
user_data

Type: gpointer

User supplied data.

The argument can be NULL.
The data is owned by the caller of the method.