From 65531a6bae54340722c2cdaa5e156a9ca9a49637 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Thu, 2 Jul 2009 16:09:37 +0100 Subject: [contacts] Added gdata_contacts_service_update_contact Added gdata_contacts_service_update_contact to work around some weirdness with the edit URIs the contacts service gives us, and also fixed some bugs with handling empty extended properties. --- gdata/services/contacts/gdata-contacts-service.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gdata/services/contacts/gdata-contacts-service.h') diff --git a/gdata/services/contacts/gdata-contacts-service.h b/gdata/services/contacts/gdata-contacts-service.h index eea077e4..e5b06ce0 100644 --- a/gdata/services/contacts/gdata-contacts-service.h +++ b/gdata/services/contacts/gdata-contacts-service.h @@ -71,6 +71,8 @@ void gdata_contacts_service_query_contacts_async (GDataContactsService *self, GD GDataContactsContact *gdata_contacts_service_insert_contact (GDataContactsService *self, GDataContactsContact *contact, GCancellable *cancellable, GError **error) G_GNUC_WARN_UNUSED_RESULT; +GDataContactsContact *gdata_contacts_service_update_contact (GDataContactsService *self, GDataContactsContact *contact, + GCancellable *cancellable, GError **error) G_GNUC_WARN_UNUSED_RESULT; G_END_DECLS -- cgit v1.2.1