insert_contact_async


Description:

[ Version ( since = "0.7.0" ) ]
public async void insert_contact_async (ContactsContact contact, Cancellable? cancellable)

Inserts contact by uploading it to the online contacts service.

this and contact are both reffed when this function is called, so can safely be unreffed after this function returns.

callback should call insert_entry_async.end to obtain a ContactsContact representing the inserted contact and to check for possible errors.

For more details, see insert_contact, which is the synchronous version of this function, and insert_entry_async, which is the base asynchronous insertion function.

Parameters:

this

a ContactsService

contact

the ContactsContact to insert

cancellable

optional Cancellable object, or null

callback

a TaskReadyCallback to call when insertion is finished

user_data

data to pass to the callback function