ContactsService
Object Hierarchy:
Description:
All the fields in the ContactsService structure are private and should never be
accessed directly.
Namespace: GData
Package: libgdata
Content:
Creation methods:
Methods:
-
public ContactsContact insert_contact (ContactsContact contact, Cancellable? cancellable) throws Error
Inserts contact by uploading it to the online contacts service.
-
public async void insert_contact_async (ContactsContact contact, Cancellable? cancellable)
Inserts contact by uploading it to the online contacts service. self and
contact are both reffed when this function is called, so can safely be unreffed after this function returns.
-
public ContactsGroup insert_group (ContactsGroup group, Cancellable? cancellable) throws Error
Inserts a new contact group described by group. The user must be authenticated to use this
function.
-
public async void insert_group_async (ContactsGroup group, Cancellable? cancellable)
Inserts a new contact group described by group. The user must be authenticated to use this
function. self and group are both reffed when this function is called, so can safely be unreffed after this
function returns.
-
public Feed query_contacts (Query? query, Cancellable? cancellable, QueryProgressCallback progress_callback) throws Error
Queries the service to return a list of contacts matching the given query.
-
public async void query_contacts_async (Query? query, Cancellable? cancellable, QueryProgressCallback progress_callback)
Queries the service to return a list of contacts matching the given query. self
and query are all reffed when this function is called, so can safely be unreffed after this function returns.
-
public Feed query_groups (Query? query, Cancellable? cancellable, QueryProgressCallback progress_callback) throws Error
Queries the service to return a list of groups matching the given query.
-
public async void query_groups_async (Query? query, Cancellable? cancellable, QueryProgressCallback progress_callback)
Queries the service to return a list of groups matching the given query. self
and query are all reffed when this function is called, so can safely be unreffed after this function returns.