summaryrefslogtreecommitdiff
path: root/gdata/services/contacts/gdata-contacts-contact.c
Commit message (Expand)AuthorAgeFilesLines
* remove deprecated contacts serviceDaniel Kolesa2021-06-171-3611/+0
* contacts: Fix deprecation version for Contacts servicePhilip Withnall2021-06-171-116/+116
* contacts: Deprecate the entire Contacts API as Google is ending itPhilip Withnall2021-06-171-0/+120
* use g_memdup2 when possibleDaniel Kolesa2021-06-071-0/+8
* drop usage of deprecated GTimeValDaniel Kolesa2021-06-071-3/+1
* drop usage of deprecated gobject functionsDaniel Kolesa2021-06-031-4/+2
* all: Fix various typos and incorrect terminologyPhilip Withnall2020-06-181-1/+1
* docs: Drop use of `<!-- -->` to delimit pluralsPhilip Withnall2019-07-241-11/+11
* Remove use of foreach with wrong function prototype and use g_list_free_fullAlberto Ruiz2018-08-061-56/+14
* contacts: Ignore parse errors from websites in contactsMilan Crha2017-11-271-1/+1
* general: Port from GSimpleAsyncResult to GTaskPhilip Withnall2017-08-091-61/+40
* docs: Replace ‘**/’ gtk-doc comment endings with ‘*/’Philip Withnall2017-01-241-114/+114
* contacts: Remove redundant copypastaPhilip Withnall2015-10-041-1/+1
* core: Mark all API as stable and impose API and ABI stability guaranteesPhilip Withnall2014-11-031-1/+1
* contacts: Allow and ignore empty e-mail addressesPhilip Withnall2014-08-191-3/+33
* contacts: Remove a redundant xmlFree() callPhilip Withnall2014-05-161-1/+0
* calendar: port some introspection fixes from Vala's metadataEvan Nemerson2013-02-151-2/+2
* core: Rename gdata_parser_int64_from_element()Philip Withnall2012-04-141-1/+1
* contacts: Add support for the “file as” propertyPhilip Withnall2011-10-271-2/+68
* contacts: Always set an ETag in gdata_contacts_contact_set_photo()Philip Withnall2011-08-201-1/+9
* contacts: Set out parameters in error conditionsPhilip Withnall2011-08-201-2/+11
* contacts: Ensure that contact entry URIs use HTTPSPhilip Withnall2011-07-021-1/+12
* contacts: Remove gdata_contacts_contact_has_photo()Philip Withnall2011-06-121-47/+6
* introspection: Fix introspection for GCancellable parametersP. F. Chimento2011-06-071-4/+4
* core: Remove the old authentication API in favour of a new GDataAuthorizer APIPhilip Withnall2011-06-051-2/+4
* Bug 648058 — Doesn't allow empty names for user defined fieldsPhilip Withnall2011-04-191-3/+8
* Bug 639610 — Allow access to a contact's photo ETagPhilip Withnall2011-03-221-2/+41
* contacts: Add a code example for updating a contact's detailsPhilip Withnall2010-12-301-0/+44
* contacts: Add a code example for getting/setting a contact's photoPhilip Withnall2010-12-301-0/+64
* contacts: Don't return deleted groups in gdata_contacts_contact_get_groups()Philip Withnall2010-12-211-7/+10
* contacts: Improve documentation for gdata_contacts_contact_is_group_deleted()Philip Withnall2010-12-211-1/+4
* docs: Remove some outdated TODO commentsPhilip Withnall2010-12-201-1/+0
* contacts: Add an async method for gdata_contacts_contact_set_photo()Philip Withnall2010-12-101-1/+107
* contacts: Tighten the type of service in gdata_contacts_contact_set_photo()Philip Withnall2010-12-101-7/+7
* contacts: Require the content type of new contact photos to be passedPhilip Withnall2010-12-101-3/+5
* contacts: Add an async method for gdata_contacts_contact_get_photo()Philip Withnall2010-12-101-2/+126
* contacts: Use guint8 instead of gchar for image dataPhilip Withnall2010-12-101-3/+3
* contacts: Fix a leak in GDataContactsContactPhilip Withnall2010-12-101-0/+2
* contacts: Fix attribute escaping for GDataContactsContactPhilip Withnall2010-12-021-4/+6
* introspection: Fix annotations on gdata_contacts_contact_get_email_addresses()Philip Withnall2010-10-041-1/+1
* core: Use gint64 timestamps instead of GTimeValsPhilip Withnall2010-10-041-14/+16
* contacts: Fix a leak in a parsing error conditionPhilip Withnall2010-09-041-1/+3
* contacts: Ensure group IDs use the "base" projectionPhilip Withnall2010-09-041-1/+9
* contacts: Prevent a double free by correctly copying group namesPhilip Withnall2010-09-041-1/+1
* [contacts] Move initialisation code into constructor() in Contacts servicePhilip Withnall2010-08-111-21/+46
* [introspection] Add missing annotations to GDataContactsContactPhilip Withnall2010-08-031-29/+29
* [introspection] Add (out) annotations to GDate parametersPhilip Withnall2010-08-031-1/+1
* [introspection] Add (out) annotations to GTimeVal parametersPhilip Withnall2010-08-021-1/+1
* [introspection] Add (element-type) annotationsPhilip Withnall2010-07-161-14/+14
* [contacts] Enforce use of the full projection in contact IDsPhilip Withnall2010-07-161-1/+33