ContactsService
Object Hierarchy:
Description:
[
CCode ( type_id =
"gdata_contacts_service_get_type ()" ) ]
[
Version ( since =
"0.2.0" ) ]
public class ContactsService :
Service,
Batchable
All the fields in the ContactsService structure are private and should never be accessed directly.
Content:
Static methods:
Creation methods:
Methods:
- public ContactsContact insert_contact (ContactsContact contact, Cancellable? cancellable = null) 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.
- public ContactsGroup insert_group (ContactsGroup group, Cancellable? cancellable = null) throws Error
Inserts a new contact group described by group.
- public async void insert_group_async (ContactsGroup group, Cancellable? cancellable)
Inserts a new contact group described by group.
- 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, owned QueryProgressCallback? progress_callback)
Queries the service to return a list of contacts matching the given
query.
- 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, owned QueryProgressCallback? progress_callback)
Queries the service to return a list of groups matching the given
query.
Inherited Members:
All known members inherited from class GData.Service
All known members inherited from class GLib.Object
All known members inherited from interface GData.Batchable