Virtual Method

ValentContactStoreadd_contacts

unstable since: 1.0

Declaration [src]

void
add_contacts (
  ValentContactStore* store,
  GSList* contacts,
  GCancellable* cancellable,
  GAsyncReadyCallback callback,
  gpointer user_data
)

Description [src]

Add contacts to store.

Call valent_contact_store_add_contacts_finish() to get the result.

Available since: 1.0

Parameters

contacts

Type: A list of EContact*

A GSList

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