Method
ValentContactStoreadd_contacts
unstable since: 1.0
Declaration [src]
void
valent_contact_store_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
This method completes asynchronously. Use valent_contact_store_add_contacts_finish() inside the GAsyncReadyCallback to obtain the result of the operation.
Parameters
contacts-
Type: A list of
EContact*A
GSList.The data is owned by the caller of the method. cancellable-
Type:
GCancellableGCancellable.The argument can be NULL.The data is owned by the caller of the method. callback-
Type:
GAsyncReadyCallbackA
GAsyncReadyCallback.The argument can be NULL. user_data-
Type:
gpointerUser supplied data.
The argument can be NULL.The data is owned by the caller of the method.