summaryrefslogtreecommitdiff
path: root/gdata/services/contacts/gdata-contacts-service.h
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2009-07-02 16:09:37 +0100
committerPhilip Withnall <philip@tecnocode.co.uk>2009-07-02 16:22:07 +0100
commit65531a6bae54340722c2cdaa5e156a9ca9a49637 (patch)
tree5ed33b0d9191291d03b526ad7579d147b02866a0 /gdata/services/contacts/gdata-contacts-service.h
parent362a970abd6623d09fc4194d57e840996c9b702c (diff)
downloadlibgdata-65531a6bae54340722c2cdaa5e156a9ca9a49637.tar.gz
[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.
Diffstat (limited to 'gdata/services/contacts/gdata-contacts-service.h')
-rw-r--r--gdata/services/contacts/gdata-contacts-service.h2
1 files changed, 2 insertions, 0 deletions
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