Virtual Method

ValentContactStoreremove_contacts

unstable since: 1.0

Declaration [src]

void
remove_contacts (
  ValentContactStore* store,
  GSList* uids,
  GCancellable* cancellable,
  GAsyncReadyCallback callback,
  gpointer user_data
)

Description [src]

Remove contact uid from store.

Call valent_contact_store_remove_contacts_finish() to get the result.

Available since: 1.0

Parameters

uids

Type: A list of utf8

A GSList of contact UIDs.

The data is owned by the caller of the function.
Each element 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 function.
callback

Type: GAsyncReadyCallback

A GAsyncReadyCallback

user_data

Type: gpointer

User supplied data.

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