[libgdata: 1/2] contacts: Fix deprecation version for Contacts service




commit 99d1ecab9f6a408cef3361c3cdab214b49868885
Author: Philip Withnall <pwithnall endlessos org>
Date:   Thu Jun 17 13:26:03 2021 +0100

    contacts: Fix deprecation version for Contacts service
    
    0.18.0 has already been released; the deprecation will land in 0.18.2.
    
    Signed-off-by: Philip Withnall <pwithnall endlessos org>

 gdata/services/contacts/gdata-contacts-contact.c | 232 +++++++++++------------
 gdata/services/contacts/gdata-contacts-group.c   |  22 +--
 gdata/services/contacts/gdata-contacts-query.c   |  30 +--
 gdata/services/contacts/gdata-contacts-service.c |  22 +--
 4 files changed, 153 insertions(+), 153 deletions(-)
---
diff --git a/gdata/services/contacts/gdata-contacts-contact.c 
b/gdata/services/contacts/gdata-contacts-contact.c
index 7879a34e..43a773c1 100644
--- a/gdata/services/contacts/gdata-contacts-contact.c
+++ b/gdata/services/contacts/gdata-contacts-contact.c
@@ -144,7 +144,7 @@
  * </example>
  *
  * Since: 0.2.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 
 #include <config.h>
@@ -268,7 +268,7 @@ gdata_contacts_contact_class_init (GDataContactsContactClass *klass)
         * Atom Publishing Protocol specification</ulink>.
         *
         * Since: 0.2.0
-        * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface 
instead.
+        * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface 
instead.
         */
        g_object_class_install_property (gobject_class, PROP_EDITED,
                                         g_param_spec_int64 ("edited",
@@ -282,7 +282,7 @@ gdata_contacts_contact_class_init (GDataContactsContactClass *klass)
         * Whether the entry has been deleted.
         *
         * Since: 0.2.0
-        * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface 
instead.
+        * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface 
instead.
         */
        g_object_class_install_property (gobject_class, PROP_DELETED,
                                         g_param_spec_boolean ("deleted",
@@ -296,7 +296,7 @@ gdata_contacts_contact_class_init (GDataContactsContactClass *klass)
         * The ETag of the contact's photo, if the contact has a photo; %NULL otherwise.
         *
         * Since: 0.9.0
-        * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface 
instead.
+        * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface 
instead.
         */
        g_object_class_install_property (gobject_class, PROP_PHOTO_ETAG,
                                         g_param_spec_string ("photo-etag",
@@ -310,7 +310,7 @@ gdata_contacts_contact_class_init (GDataContactsContactClass *klass)
         * The contact's name in a structured representation.
         *
         * Since: 0.5.0
-        * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface 
instead.
+        * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface 
instead.
         */
        g_object_class_install_property (gobject_class, PROP_NAME,
                                         g_param_spec_object ("name",
@@ -324,7 +324,7 @@ gdata_contacts_contact_class_init (GDataContactsContactClass *klass)
         * The contact's chosen nickname.
         *
         * Since: 0.7.0
-        * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface 
instead.
+        * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface 
instead.
         */
        g_object_class_install_property (gobject_class, PROP_NICKNAME,
                                         g_param_spec_string ("nickname",
@@ -338,7 +338,7 @@ gdata_contacts_contact_class_init (GDataContactsContactClass *klass)
         * The name to file the contact under for sorting purposes.
         *
         * Since: 0.11.0
-        * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface 
instead.
+        * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface 
instead.
         */
        g_object_class_install_property (gobject_class, PROP_FILE_AS,
                                         g_param_spec_string ("file-as",
@@ -352,7 +352,7 @@ gdata_contacts_contact_class_init (GDataContactsContactClass *klass)
         * The contact's birthday.
         *
         * Since: 0.7.0
-        * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface 
instead.
+        * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface 
instead.
         */
        g_object_class_install_property (gobject_class, PROP_BIRTHDAY,
                                         g_param_spec_boxed ("birthday",
@@ -366,7 +366,7 @@ gdata_contacts_contact_class_init (GDataContactsContactClass *klass)
         * Whether the contact's birthday includes their year of birth.
         *
         * Since: 0.7.0
-        * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface 
instead.
+        * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface 
instead.
         */
        g_object_class_install_property (gobject_class, PROP_BIRTHDAY_HAS_YEAR,
                                         g_param_spec_boolean ("birthday-has-year",
@@ -380,7 +380,7 @@ gdata_contacts_contact_class_init (GDataContactsContactClass *klass)
         * Billing information for the contact, such as their billing name and address.
         *
         * Since: 0.7.0
-        * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface 
instead.
+        * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface 
instead.
         */
        g_object_class_install_property (gobject_class, PROP_BILLING_INFORMATION,
                                         g_param_spec_string ("billing-information",
@@ -394,7 +394,7 @@ gdata_contacts_contact_class_init (GDataContactsContactClass *klass)
         * The name or address of a directory server associated with the contact.
         *
         * Since: 0.7.0
-        * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface 
instead.
+        * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface 
instead.
         */
        g_object_class_install_property (gobject_class, PROP_DIRECTORY_SERVER,
                                         g_param_spec_string ("directory-server",
@@ -408,7 +408,7 @@ gdata_contacts_contact_class_init (GDataContactsContactClass *klass)
         * The gender of the contact. For example: %GDATA_CONTACTS_GENDER_MALE or 
%GDATA_CONTACTS_GENDER_FEMALE.
         *
         * Since: 0.7.0
-        * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface 
instead.
+        * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface 
instead.
         */
        g_object_class_install_property (gobject_class, PROP_GENDER,
                                         g_param_spec_string ("gender",
@@ -422,7 +422,7 @@ gdata_contacts_contact_class_init (GDataContactsContactClass *klass)
         * The initials of the contact.
         *
         * Since: 0.7.0
-        * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface 
instead.
+        * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface 
instead.
         */
        g_object_class_install_property (gobject_class, PROP_INITIALS,
                                         g_param_spec_string ("initials",
@@ -436,7 +436,7 @@ gdata_contacts_contact_class_init (GDataContactsContactClass *klass)
         * The maiden name of the contact.
         *
         * Since: 0.7.0
-        * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface 
instead.
+        * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface 
instead.
         */
        g_object_class_install_property (gobject_class, PROP_MAIDEN_NAME,
                                         g_param_spec_string ("maiden-name",
@@ -450,7 +450,7 @@ gdata_contacts_contact_class_init (GDataContactsContactClass *klass)
         * A mileage associated with the contact, such as one for reimbursement purposes. It can be in any 
format.
         *
         * Since: 0.7.0
-        * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface 
instead.
+        * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface 
instead.
         */
        g_object_class_install_property (gobject_class, PROP_MILEAGE,
                                         g_param_spec_string ("mileage",
@@ -464,7 +464,7 @@ gdata_contacts_contact_class_init (GDataContactsContactClass *klass)
         * The contact's occupation.
         *
         * Since: 0.7.0
-        * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface 
instead.
+        * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface 
instead.
         */
        g_object_class_install_property (gobject_class, PROP_OCCUPATION,
                                         g_param_spec_string ("occupation",
@@ -478,7 +478,7 @@ gdata_contacts_contact_class_init (GDataContactsContactClass *klass)
         * The contact's importance. For example: %GDATA_CONTACTS_PRIORITY_NORMAL or 
%GDATA_CONTACTS_PRIORITY_HIGH.
         *
         * Since: 0.7.0
-        * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface 
instead.
+        * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface 
instead.
         */
        g_object_class_install_property (gobject_class, PROP_PRIORITY,
                                         g_param_spec_string ("priority",
@@ -492,7 +492,7 @@ gdata_contacts_contact_class_init (GDataContactsContactClass *klass)
         * The sensitivity of the contact's data. For example: %GDATA_CONTACTS_SENSITIVITY_NORMAL or 
%GDATA_CONTACTS_SENSITIVITY_PRIVATE.
         *
         * Since: 0.7.0
-        * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface 
instead.
+        * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface 
instead.
         */
        g_object_class_install_property (gobject_class, PROP_SENSITIVITY,
                                         g_param_spec_string ("sensitivity",
@@ -507,7 +507,7 @@ gdata_contacts_contact_class_init (GDataContactsContactClass *klass)
         * whereas #GDataContactsContact:nickname should be used for nicknames.
         *
         * Since: 0.7.0
-        * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface 
instead.
+        * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface 
instead.
         */
        g_object_class_install_property (gobject_class, PROP_SHORT_NAME,
                                         g_param_spec_string ("short-name",
@@ -521,7 +521,7 @@ gdata_contacts_contact_class_init (GDataContactsContactClass *klass)
         * The subject of the contact. (i.e. The contact's relevance to the address book.)
         *
         * Since: 0.7.0
-        * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface 
instead.
+        * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface 
instead.
         */
        g_object_class_install_property (gobject_class, PROP_SUBJECT,
                                         g_param_spec_string ("subject",
@@ -1277,7 +1277,7 @@ get_entry_uri (const gchar *id)
  * Return value: a new #GDataContactsContact; unref with g_object_unref()
  *
  * Since: 0.2.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 GDataContactsContact *
 gdata_contacts_contact_new (const gchar *id)
@@ -1294,7 +1294,7 @@ gdata_contacts_contact_new (const gchar *id)
  * Return value: the UNIX timestamp for the time the contact was last edited, or <code 
class="literal">-1</code>
  *
  * Since: 0.2.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 gint64
 gdata_contacts_contact_get_edited (GDataContactsContact *self)
@@ -1312,7 +1312,7 @@ gdata_contacts_contact_get_edited (GDataContactsContact *self)
  * Return value: (transfer none): the contact's name, or %NULL
  *
  * Since: 0.5.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 GDataGDName *
 gdata_contacts_contact_get_name (GDataContactsContact *self)
@@ -1331,7 +1331,7 @@ gdata_contacts_contact_get_name (GDataContactsContact *self)
  * @name must not be %NULL, though all its properties may be %NULL.
  *
  * Since: 0.7.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 void
 gdata_contacts_contact_set_name (GDataContactsContact *self, GDataGDName *name)
@@ -1357,7 +1357,7 @@ gdata_contacts_contact_set_name (GDataContactsContact *self, GDataGDName *name)
  * Return value: the contact's nickname, or %NULL
  *
  * Since: 0.7.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 const gchar *
 gdata_contacts_contact_get_nickname (GDataContactsContact *self)
@@ -1376,7 +1376,7 @@ gdata_contacts_contact_get_nickname (GDataContactsContact *self)
  * If @nickname is %NULL, the contact's nickname will be removed.
  *
  * Since: 0.7.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 void
 gdata_contacts_contact_set_nickname (GDataContactsContact *self, const gchar *nickname)
@@ -1397,7 +1397,7 @@ gdata_contacts_contact_set_nickname (GDataContactsContact *self, const gchar *ni
  * Return value: the name the contact's filed under, or %NULL
  *
  * Since: 0.11.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 const gchar *
 gdata_contacts_contact_get_file_as (GDataContactsContact *self)
@@ -1416,7 +1416,7 @@ gdata_contacts_contact_get_file_as (GDataContactsContact *self)
  * If @file_as is %NULL, the contact will be filed under their full name.
  *
  * Since: 0.7.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 void
 gdata_contacts_contact_set_file_as (GDataContactsContact *self, const gchar *file_as)
@@ -1441,7 +1441,7 @@ gdata_contacts_contact_set_file_as (GDataContactsContact *self, const gchar *fil
  * Return value: whether the contact's birthday has the year set
  *
  * Since: 0.7.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 gboolean
 gdata_contacts_contact_get_birthday (GDataContactsContact *self, GDate *birthday)
@@ -1465,7 +1465,7 @@ gdata_contacts_contact_get_birthday (GDataContactsContact *self, GDate *birthday
  * If @birthday is %NULL, the contact's birthday will be removed.
  *
  * Since: 0.7.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 void
 gdata_contacts_contact_set_birthday (GDataContactsContact *self, GDate *birthday, gboolean birthday_has_year)
@@ -1495,7 +1495,7 @@ gdata_contacts_contact_set_birthday (GDataContactsContact *self, GDate *birthday
  * Return value: the contact's billing information, or %NULL
  *
  * Since: 0.7.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 const gchar *
 gdata_contacts_contact_get_billing_information (GDataContactsContact *self)
@@ -1514,7 +1514,7 @@ gdata_contacts_contact_get_billing_information (GDataContactsContact *self)
  * If @billing_information is %NULL, the contact's billing information will be removed.
  *
  * Since: 0.7.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 void
 gdata_contacts_contact_set_billing_information (GDataContactsContact *self, const gchar *billing_information)
@@ -1536,7 +1536,7 @@ gdata_contacts_contact_set_billing_information (GDataContactsContact *self, cons
  * Return value: the name or address of a directory server associated with the contact, or %NULL
  *
  * Since: 0.7.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 const gchar *
 gdata_contacts_contact_get_directory_server (GDataContactsContact *self)
@@ -1555,7 +1555,7 @@ gdata_contacts_contact_get_directory_server (GDataContactsContact *self)
  * If @directory_server is %NULL, the contact's directory server will be removed.
  *
  * Since: 0.7.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 void
 gdata_contacts_contact_set_directory_server (GDataContactsContact *self, const gchar *directory_server)
@@ -1577,7 +1577,7 @@ gdata_contacts_contact_set_directory_server (GDataContactsContact *self, const g
  * Return value: the gender of the contact, or %NULL
  *
  * Since: 0.7.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 const gchar *
 gdata_contacts_contact_get_gender (GDataContactsContact *self)
@@ -1596,7 +1596,7 @@ gdata_contacts_contact_get_gender (GDataContactsContact *self)
  * If @gender is %NULL, the contact's gender will be removed.
  *
  * Since: 0.7.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 void
 gdata_contacts_contact_set_gender (GDataContactsContact *self, const gchar *gender)
@@ -1618,7 +1618,7 @@ gdata_contacts_contact_set_gender (GDataContactsContact *self, const gchar *gend
  * Return value: the initials of the contact, or %NULL
  *
  * Since: 0.7.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 const gchar *
 gdata_contacts_contact_get_initials (GDataContactsContact *self)
@@ -1637,7 +1637,7 @@ gdata_contacts_contact_get_initials (GDataContactsContact *self)
  * If @initials is %NULL, the contact's initials will be removed.
  *
  * Since: 0.7.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 void
 gdata_contacts_contact_set_initials (GDataContactsContact *self, const gchar *initials)
@@ -1658,7 +1658,7 @@ gdata_contacts_contact_set_initials (GDataContactsContact *self, const gchar *in
  * Return value: the maiden name of the contact, or %NULL
  *
  * Since: 0.7.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 const gchar *
 gdata_contacts_contact_get_maiden_name (GDataContactsContact *self)
@@ -1677,7 +1677,7 @@ gdata_contacts_contact_get_maiden_name (GDataContactsContact *self)
  * If @maiden_name is %NULL, the contact's maiden name will be removed.
  *
  * Since: 0.7.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 void
 gdata_contacts_contact_set_maiden_name (GDataContactsContact *self, const gchar *maiden_name)
@@ -1698,7 +1698,7 @@ gdata_contacts_contact_set_maiden_name (GDataContactsContact *self, const gchar
  * Return value: a mileage associated with the contact, or %NULL
  *
  * Since: 0.7.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 const gchar *
 gdata_contacts_contact_get_mileage (GDataContactsContact *self)
@@ -1717,7 +1717,7 @@ gdata_contacts_contact_get_mileage (GDataContactsContact *self)
  * If @mileage is %NULL, the contact's mileage will be removed.
  *
  * Since: 0.7.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 void
 gdata_contacts_contact_set_mileage (GDataContactsContact *self, const gchar *mileage)
@@ -1738,7 +1738,7 @@ gdata_contacts_contact_set_mileage (GDataContactsContact *self, const gchar *mil
  * Return value: the contact's occupation, or %NULL
  *
  * Since: 0.7.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 const gchar *
 gdata_contacts_contact_get_occupation (GDataContactsContact *self)
@@ -1757,7 +1757,7 @@ gdata_contacts_contact_get_occupation (GDataContactsContact *self)
  * If @occupation is %NULL, the contact's occupation will be removed.
  *
  * Since: 0.7.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 void
 gdata_contacts_contact_set_occupation (GDataContactsContact *self, const gchar *occupation)
@@ -1778,7 +1778,7 @@ gdata_contacts_contact_set_occupation (GDataContactsContact *self, const gchar *
  * Return value: the contact's priority, or %NULL
  *
  * Since: 0.7.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 const gchar *
 gdata_contacts_contact_get_priority (GDataContactsContact *self)
@@ -1797,7 +1797,7 @@ gdata_contacts_contact_get_priority (GDataContactsContact *self)
  * If @priority is %NULL, the contact's priority will be removed.
  *
  * Since: 0.7.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 void
 gdata_contacts_contact_set_priority (GDataContactsContact *self, const gchar *priority)
@@ -1819,7 +1819,7 @@ gdata_contacts_contact_set_priority (GDataContactsContact *self, const gchar *pr
  * Return value: the contact's sensitivity, or %NULL
  *
  * Since: 0.7.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 const gchar *
 gdata_contacts_contact_get_sensitivity (GDataContactsContact *self)
@@ -1838,7 +1838,7 @@ gdata_contacts_contact_get_sensitivity (GDataContactsContact *self)
  * If @sensitivity is %NULL, the contact's sensitivity will be removed.
  *
  * Since: 0.7.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 void
 gdata_contacts_contact_set_sensitivity (GDataContactsContact *self, const gchar *sensitivity)
@@ -1860,7 +1860,7 @@ gdata_contacts_contact_set_sensitivity (GDataContactsContact *self, const gchar
  * Return value: the contact's short name, or %NULL
  *
  * Since: 0.7.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 const gchar *
 gdata_contacts_contact_get_short_name (GDataContactsContact *self)
@@ -1879,7 +1879,7 @@ gdata_contacts_contact_get_short_name (GDataContactsContact *self)
  * If @short_name is %NULL, the contact's short name will be removed.
  *
  * Since: 0.7.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 void
 gdata_contacts_contact_set_short_name (GDataContactsContact *self, const gchar *short_name)
@@ -1900,7 +1900,7 @@ gdata_contacts_contact_set_short_name (GDataContactsContact *self, const gchar *
  * Return value: the contact's subject, or %NULL
  *
  * Since: 0.7.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 const gchar *
 gdata_contacts_contact_get_subject (GDataContactsContact *self)
@@ -1919,7 +1919,7 @@ gdata_contacts_contact_get_subject (GDataContactsContact *self)
  * If @subject is %NULL, the contact's subject will be removed.
  *
  * Since: 0.7.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 void
 gdata_contacts_contact_set_subject (GDataContactsContact *self, const gchar *subject)
@@ -1945,7 +1945,7 @@ gdata_contacts_contact_set_subject (GDataContactsContact *self, const gchar *sub
  * Duplicate e-mail addresses will not be added to the list.
  *
  * Since: 0.2.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 void
 gdata_contacts_contact_add_email_address (GDataContactsContact *self, GDataGDEmailAddress *email_address)
@@ -1966,7 +1966,7 @@ gdata_contacts_contact_add_email_address (GDataContactsContact *self, GDataGDEma
  * Return value: (element-type GData.GDEmailAddress) (transfer none): a #GList of #GDataGDEmailAddress<!-- 
-->es, or %NULL
  *
  * Since: 0.2.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 GList *
 gdata_contacts_contact_get_email_addresses (GDataContactsContact *self)
@@ -1984,7 +1984,7 @@ gdata_contacts_contact_get_email_addresses (GDataContactsContact *self)
  * Return value: (transfer none): a #GDataGDEmailAddress, or %NULL
  *
  * Since: 0.2.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 GDataGDEmailAddress *
 gdata_contacts_contact_get_primary_email_address (GDataContactsContact *self)
@@ -2008,7 +2008,7 @@ gdata_contacts_contact_get_primary_email_address (GDataContactsContact *self)
  * Removes all e-mail addresses from the contact.
  *
  * Since: 0.4.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 void
 gdata_contacts_contact_remove_all_email_addresses (GDataContactsContact *self)
@@ -2035,7 +2035,7 @@ gdata_contacts_contact_remove_all_email_addresses (GDataContactsContact *self)
  * Duplicate IM addresses will not be added to the list.
  *
  * Since: 0.2.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 void
 gdata_contacts_contact_add_im_address (GDataContactsContact *self, GDataGDIMAddress *im_address)
@@ -2056,7 +2056,7 @@ gdata_contacts_contact_add_im_address (GDataContactsContact *self, GDataGDIMAddr
  * Return value: (element-type GData.GDIMAddress) (transfer none): a #GList of #GDataGDIMAddress<!-- -->es, 
or %NULL
  *
  * Since: 0.2.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 GList *
 gdata_contacts_contact_get_im_addresses (GDataContactsContact *self)
@@ -2074,7 +2074,7 @@ gdata_contacts_contact_get_im_addresses (GDataContactsContact *self)
  * Return value: (transfer none): a #GDataGDIMAddress, or %NULL
  *
  * Since: 0.2.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 GDataGDIMAddress *
 gdata_contacts_contact_get_primary_im_address (GDataContactsContact *self)
@@ -2098,7 +2098,7 @@ gdata_contacts_contact_get_primary_im_address (GDataContactsContact *self)
  * Removes all IM addresses from the contact.
  *
  * Since: 0.4.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 void
 gdata_contacts_contact_remove_all_im_addresses (GDataContactsContact *self)
@@ -2125,7 +2125,7 @@ gdata_contacts_contact_remove_all_im_addresses (GDataContactsContact *self)
  * Duplicate phone numbers will not be added to the list.
  *
  * Since: 0.2.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 void
 gdata_contacts_contact_add_phone_number (GDataContactsContact *self, GDataGDPhoneNumber *phone_number)
@@ -2146,7 +2146,7 @@ gdata_contacts_contact_add_phone_number (GDataContactsContact *self, GDataGDPhon
  * Return value: (element-type GData.GDPhoneNumber) (transfer none): a #GList of #GDataGDPhoneNumbers, or 
%NULL
  *
  * Since: 0.2.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 GList *
 gdata_contacts_contact_get_phone_numbers (GDataContactsContact *self)
@@ -2164,7 +2164,7 @@ gdata_contacts_contact_get_phone_numbers (GDataContactsContact *self)
  * Return value: (transfer none): a #GDataGDPhoneNumber, or %NULL
  *
  * Since: 0.2.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 GDataGDPhoneNumber *
 gdata_contacts_contact_get_primary_phone_number (GDataContactsContact *self)
@@ -2188,7 +2188,7 @@ gdata_contacts_contact_get_primary_phone_number (GDataContactsContact *self)
  * Removes all phone numbers from the contact.
  *
  * Since: 0.4.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 void
 gdata_contacts_contact_remove_all_phone_numbers (GDataContactsContact *self)
@@ -2215,7 +2215,7 @@ gdata_contacts_contact_remove_all_phone_numbers (GDataContactsContact *self)
  * Duplicate postal addresses will not be added to the list.
  *
  * Since: 0.2.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 void
 gdata_contacts_contact_add_postal_address (GDataContactsContact *self, GDataGDPostalAddress *postal_address)
@@ -2236,7 +2236,7 @@ gdata_contacts_contact_add_postal_address (GDataContactsContact *self, GDataGDPo
  * Return value: (element-type GData.GDPostalAddress) (transfer none): a #GList of #GDataGDPostalAddress<!-- 
-->es, or %NULL
  *
  * Since: 0.2.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 GList *
 gdata_contacts_contact_get_postal_addresses (GDataContactsContact *self)
@@ -2254,7 +2254,7 @@ gdata_contacts_contact_get_postal_addresses (GDataContactsContact *self)
  * Return value: (transfer none): a #GDataGDPostalAddress, or %NULL
  *
  * Since: 0.2.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 GDataGDPostalAddress *
 gdata_contacts_contact_get_primary_postal_address (GDataContactsContact *self)
@@ -2278,7 +2278,7 @@ gdata_contacts_contact_get_primary_postal_address (GDataContactsContact *self)
  * Removes all postal addresses from the contact.
  *
  * Since: 0.4.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 void
 gdata_contacts_contact_remove_all_postal_addresses (GDataContactsContact *self)
@@ -2305,7 +2305,7 @@ gdata_contacts_contact_remove_all_postal_addresses (GDataContactsContact *self)
  * Duplicate organizations will not be added to the list.
  *
  * Since: 0.2.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 void
 gdata_contacts_contact_add_organization (GDataContactsContact *self, GDataGDOrganization *organization)
@@ -2326,7 +2326,7 @@ gdata_contacts_contact_add_organization (GDataContactsContact *self, GDataGDOrga
  * Return value: (element-type GData.GDOrganization) (transfer none): a #GList of #GDataGDOrganizations, or 
%NULL
  *
  * Since: 0.2.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 GList *
 gdata_contacts_contact_get_organizations (GDataContactsContact *self)
@@ -2344,7 +2344,7 @@ gdata_contacts_contact_get_organizations (GDataContactsContact *self)
  * Return value: (transfer none): a #GDataGDOrganization, or %NULL
  *
  * Since: 0.2.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 GDataGDOrganization *
 gdata_contacts_contact_get_primary_organization (GDataContactsContact *self)
@@ -2368,7 +2368,7 @@ gdata_contacts_contact_get_primary_organization (GDataContactsContact *self)
  * Removes all organizations from the contact.
  *
  * Since: 0.4.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 void
 gdata_contacts_contact_remove_all_organizations (GDataContactsContact *self)
@@ -2391,7 +2391,7 @@ gdata_contacts_contact_remove_all_organizations (GDataContactsContact *self)
  * Duplicate jots will be added to the list, and multiple jots with the same relation type can be added to a 
single contact.
  *
  * Since: 0.7.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 void
 gdata_contacts_contact_add_jot (GDataContactsContact *self, GDataGContactJot *jot)
@@ -2411,7 +2411,7 @@ gdata_contacts_contact_add_jot (GDataContactsContact *self, GDataGContactJot *jo
  * Return value: (element-type GData.GContactJot) (transfer none): a #GList of #GDataGContactJots, or %NULL
  *
  * Since: 0.7.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 GList *
 gdata_contacts_contact_get_jots (GDataContactsContact *self)
@@ -2427,7 +2427,7 @@ gdata_contacts_contact_get_jots (GDataContactsContact *self)
  * Removes all jots from the contact.
  *
  * Since: 0.7.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 void
 gdata_contacts_contact_remove_all_jots (GDataContactsContact *self)
@@ -2451,7 +2451,7 @@ gdata_contacts_contact_remove_all_jots (GDataContactsContact *self)
  * Though it may not make sense for some relation types to be repeated, adding them is allowed.
  *
  * Since: 0.7.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 void
 gdata_contacts_contact_add_relation (GDataContactsContact *self, GDataGContactRelation *relation)
@@ -2471,7 +2471,7 @@ gdata_contacts_contact_add_relation (GDataContactsContact *self, GDataGContactRe
  * Return value: (element-type GData.GContactRelation) (transfer none): a #GList of #GDataGContactRelations, 
or %NULL
  *
  * Since: 0.7.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 GList *
 gdata_contacts_contact_get_relations (GDataContactsContact *self)
@@ -2487,7 +2487,7 @@ gdata_contacts_contact_get_relations (GDataContactsContact *self)
  * Removes all relations from the contact.
  *
  * Since: 0.7.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 void
 gdata_contacts_contact_remove_all_relations (GDataContactsContact *self)
@@ -2511,7 +2511,7 @@ gdata_contacts_contact_remove_all_relations (GDataContactsContact *self)
  * relation types or labels.
  *
  * Since: 0.7.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 void
 gdata_contacts_contact_add_website (GDataContactsContact *self, GDataGContactWebsite *website)
@@ -2532,7 +2532,7 @@ gdata_contacts_contact_add_website (GDataContactsContact *self, GDataGContactWeb
  * Return value: (element-type GData.GContactWebsite) (transfer none): a #GList of #GDataGContactWebsites, 
or %NULL
  *
  * Since: 0.7.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 GList *
 gdata_contacts_contact_get_websites (GDataContactsContact *self)
@@ -2550,7 +2550,7 @@ gdata_contacts_contact_get_websites (GDataContactsContact *self)
  * Return value: (transfer none): a #GDataGContactWebsite, or %NULL
  *
  * Since: 0.7.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 GDataGContactWebsite *
 gdata_contacts_contact_get_primary_website (GDataContactsContact *self)
@@ -2574,7 +2574,7 @@ gdata_contacts_contact_get_primary_website (GDataContactsContact *self)
  * Removes all websites from the contact.
  *
  * Since: 0.7.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 void
 gdata_contacts_contact_remove_all_websites (GDataContactsContact *self)
@@ -2598,7 +2598,7 @@ gdata_contacts_contact_remove_all_websites (GDataContactsContact *self)
  * Though it may not make sense for some event types to be repeated, adding them is allowed.
  *
  * Since: 0.7.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 void
 gdata_contacts_contact_add_event (GDataContactsContact *self, GDataGContactEvent *event)
@@ -2618,7 +2618,7 @@ gdata_contacts_contact_add_event (GDataContactsContact *self, GDataGContactEvent
  * Return value: (element-type GData.GContactEvent) (transfer none): a #GList of #GDataGContactEvents, or 
%NULL
  *
  * Since: 0.7.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 GList *
 gdata_contacts_contact_get_events (GDataContactsContact *self)
@@ -2634,7 +2634,7 @@ gdata_contacts_contact_get_events (GDataContactsContact *self)
  * Removes all events from the contact.
  *
  * Since: 0.7.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 void
 gdata_contacts_contact_remove_all_events (GDataContactsContact *self)
@@ -2658,7 +2658,7 @@ gdata_contacts_contact_remove_all_events (GDataContactsContact *self)
  * relation types or labels.
  *
  * Since: 0.7.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 void
 gdata_contacts_contact_add_calendar (GDataContactsContact *self, GDataGContactCalendar *calendar)
@@ -2679,7 +2679,7 @@ gdata_contacts_contact_add_calendar (GDataContactsContact *self, GDataGContactCa
  * Return value: (element-type GData.GContactCalendar) (transfer none): a #GList of #GDataGContactCalendars, 
or %NULL
  *
  * Since: 0.7.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 GList *
 gdata_contacts_contact_get_calendars (GDataContactsContact *self)
@@ -2697,7 +2697,7 @@ gdata_contacts_contact_get_calendars (GDataContactsContact *self)
  * Return value: (transfer none): a #GDataGContactCalendar, or %NULL
  *
  * Since: 0.7.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 GDataGContactCalendar *
 gdata_contacts_contact_get_primary_calendar (GDataContactsContact *self)
@@ -2721,7 +2721,7 @@ gdata_contacts_contact_get_primary_calendar (GDataContactsContact *self)
  * Removes all calendars from the contact.
  *
  * Since: 0.7.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 void
 gdata_contacts_contact_remove_all_calendars (GDataContactsContact *self)
@@ -2744,7 +2744,7 @@ gdata_contacts_contact_remove_all_calendars (GDataContactsContact *self)
  * Duplicate IDs will not be added to the list.
  *
  * Since: 0.7.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 void
 gdata_contacts_contact_add_external_id (GDataContactsContact *self, GDataGContactExternalID *external_id)
@@ -2765,7 +2765,7 @@ gdata_contacts_contact_add_external_id (GDataContactsContact *self, GDataGContac
  * Return value: (element-type GData.GContactExternalID) (transfer none): a #GList of 
#GDataGContactExternalIDs, or %NULL
  *
  * Since: 0.7.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 GList *
 gdata_contacts_contact_get_external_ids (GDataContactsContact *self)
@@ -2781,7 +2781,7 @@ gdata_contacts_contact_get_external_ids (GDataContactsContact *self)
  * Removes all external IDs from the contact.
  *
  * Since: 0.7.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 void
 gdata_contacts_contact_remove_all_external_ids (GDataContactsContact *self)
@@ -2804,7 +2804,7 @@ gdata_contacts_contact_remove_all_external_ids (GDataContactsContact *self)
  * Duplicate hobbies will not be added to the list.
  *
  * Since: 0.7.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 void
 gdata_contacts_contact_add_hobby (GDataContactsContact *self, const gchar *hobby)
@@ -2825,7 +2825,7 @@ gdata_contacts_contact_add_hobby (GDataContactsContact *self, const gchar *hobby
  * Return value: (element-type utf8) (transfer none): a #GList of hobby strings, or %NULL
  *
  * Since: 0.7.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 GList *
 gdata_contacts_contact_get_hobbies (GDataContactsContact *self)
@@ -2841,7 +2841,7 @@ gdata_contacts_contact_get_hobbies (GDataContactsContact *self)
  * Removes all hobbies from the contact.
  *
  * Since: 0.7.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 void
 gdata_contacts_contact_remove_all_hobbies (GDataContactsContact *self)
@@ -2864,7 +2864,7 @@ gdata_contacts_contact_remove_all_hobbies (GDataContactsContact *self)
  * Duplicate languages will not be added to the list.
  *
  * Since: 0.7.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 void
 gdata_contacts_contact_add_language (GDataContactsContact *self, GDataGContactLanguage *language)
@@ -2885,7 +2885,7 @@ gdata_contacts_contact_add_language (GDataContactsContact *self, GDataGContactLa
  * Return value: (element-type GData.GContactLanguage) (transfer none): a #GList of #GDataGContactLanguages, 
or %NULL
  *
  * Since: 0.7.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 GList *
 gdata_contacts_contact_get_languages (GDataContactsContact *self)
@@ -2901,7 +2901,7 @@ gdata_contacts_contact_get_languages (GDataContactsContact *self)
  * Removes all languages from the contact.
  *
  * Since: 0.7.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 void
 gdata_contacts_contact_remove_all_languages (GDataContactsContact *self)
@@ -2925,7 +2925,7 @@ gdata_contacts_contact_remove_all_languages (GDataContactsContact *self)
  * Return value: the property's value, or %NULL
  *
  * Since: 0.2.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 const gchar *
 gdata_contacts_contact_get_extended_property (GDataContactsContact *self, const gchar *name)
@@ -2944,7 +2944,7 @@ gdata_contacts_contact_get_extended_property (GDataContactsContact *self, const
  * Return value: (transfer none): a #GHashTable of extended properties
  *
  * Since: 0.4.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 GHashTable *
 gdata_contacts_contact_get_extended_properties (GDataContactsContact *self)
@@ -2972,7 +2972,7 @@ gdata_contacts_contact_get_extended_properties (GDataContactsContact *self)
  * Return value: %TRUE if the property was updated or deleted successfully, %FALSE otherwise
  *
  * Since: 0.2.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 gboolean
 gdata_contacts_contact_set_extended_property (GDataContactsContact *self, const gchar *name, const gchar 
*value)
@@ -3012,7 +3012,7 @@ gdata_contacts_contact_set_extended_property (GDataContactsContact *self, const
  * Return value: the field's value, or %NULL
  *
  * Since: 0.7.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 const gchar *
 gdata_contacts_contact_get_user_defined_field (GDataContactsContact *self, const gchar *name)
@@ -3031,7 +3031,7 @@ gdata_contacts_contact_get_user_defined_field (GDataContactsContact *self, const
  * Return value: (transfer none): a #GHashTable of user-defined fields
  *
  * Since: 0.7.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 GHashTable *
 gdata_contacts_contact_get_user_defined_fields (GDataContactsContact *self)
@@ -3054,7 +3054,7 @@ gdata_contacts_contact_get_user_defined_fields (GDataContactsContact *self)
  * To unset a field, set @value to %NULL.
  *
  * Since: 0.7.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 void
 gdata_contacts_contact_set_user_defined_field (GDataContactsContact *self, const gchar *name, const gchar 
*value)
@@ -3079,7 +3079,7 @@ gdata_contacts_contact_set_user_defined_field (GDataContactsContact *self, const
  * Adds the contact to the given group. @href should be a URI.
  *
  * Since: 0.2.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 void
 gdata_contacts_contact_add_group (GDataContactsContact *self, const gchar *href)
@@ -3097,7 +3097,7 @@ gdata_contacts_contact_add_group (GDataContactsContact *self, const gchar *href)
  * Removes the contact from the given group. @href should be a URI.
  *
  * Since: 0.2.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 void
 gdata_contacts_contact_remove_group (GDataContactsContact *self, const gchar *href)
@@ -3122,7 +3122,7 @@ gdata_contacts_contact_remove_group (GDataContactsContact *self, const gchar *hr
  * Return value: %TRUE if the contact has recently been removed from the group, %FALSE otherwise
  *
  * Since: 0.2.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 gboolean
 gdata_contacts_contact_is_group_deleted (GDataContactsContact *self, const gchar *href)
@@ -3141,7 +3141,7 @@ gdata_contacts_contact_is_group_deleted (GDataContactsContact *self, const gchar
  * Return value: (element-type utf8) (transfer container): a #GList of constant group ID URIs, or %NULL; 
free with g_list_free()
  *
  * Since: 0.2.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 GList *
 gdata_contacts_contact_get_groups (GDataContactsContact *self)
@@ -3180,7 +3180,7 @@ gdata_contacts_contact_get_groups (GDataContactsContact *self)
  * Return value: %TRUE if the contact has been deleted, %FALSE otherwise
  *
  * Since: 0.2.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 gboolean
 gdata_contacts_contact_is_deleted (GDataContactsContact *self)
@@ -3200,7 +3200,7 @@ gdata_contacts_contact_is_deleted (GDataContactsContact *self)
  * Return value: the contact's photo's ETag if it exists, %NULL otherwise
  *
  * Since: 0.9.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 const gchar *
 gdata_contacts_contact_get_photo_etag (GDataContactsContact *self)
@@ -3230,7 +3230,7 @@ gdata_contacts_contact_get_photo_etag (GDataContactsContact *self)
  * Return value: (transfer full) (array length=length): the image data, or %NULL; free with g_free()
  *
  * Since: 0.8.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 guint8 *
 gdata_contacts_contact_get_photo (GDataContactsContact *self, GDataContactsService *service, gsize *length, 
gchar **content_type,
@@ -3355,7 +3355,7 @@ get_photo_thread (GTask *task, gpointer source_object, gpointer task_data, GCanc
  * If there is an error getting the photo, a %GDATA_SERVICE_ERROR_PROTOCOL_ERROR error will be returned by 
gdata_contacts_contact_get_photo_finish().
  *
  * Since: 0.8.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 void
 gdata_contacts_contact_get_photo_async (GDataContactsContact *self, GDataContactsService *service, 
GCancellable *cancellable,
@@ -3391,7 +3391,7 @@ gdata_contacts_contact_get_photo_async (GDataContactsContact *self, GDataContact
  * Return value: (transfer full) (array length=length): the image data, or %NULL; free with g_free()
  *
  * Since: 0.8.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 guint8 *
 gdata_contacts_contact_get_photo_finish (GDataContactsContact *self, GAsyncResult *async_result, gsize 
*length, gchar **content_type, GError **error)
@@ -3445,7 +3445,7 @@ gdata_contacts_contact_get_photo_finish (GDataContactsContact *self, GAsyncResul
  * Return value: %TRUE on success, %FALSE otherwise
  *
  * Since: 0.8.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 gboolean
 gdata_contacts_contact_set_photo (GDataContactsContact *self, GDataContactsService *service, const guint8 
*data, gsize length,
@@ -3550,7 +3550,7 @@ set_photo_thread (GTask *task, gpointer source_object, gpointer task_data, GCanc
  * If there is an error setting the photo, a %GDATA_SERVICE_ERROR_PROTOCOL_ERROR error will be returned by 
gdata_contacts_contact_set_photo_finish().
  *
  * Since: 0.8.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 void
 gdata_contacts_contact_set_photo_async (GDataContactsContact *self, GDataContactsService *service, const 
guint8 *data, gsize length,
@@ -3594,7 +3594,7 @@ gdata_contacts_contact_set_photo_async (GDataContactsContact *self, GDataContact
  * Return value: %TRUE on success, %FALSE otherwise
  *
  * Since: 0.8.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 gboolean
 gdata_contacts_contact_set_photo_finish (GDataContactsContact *self, GAsyncResult *async_result, GError 
**error)
diff --git a/gdata/services/contacts/gdata-contacts-group.c b/gdata/services/contacts/gdata-contacts-group.c
index f8954f37..fb25f772 100644
--- a/gdata/services/contacts/gdata-contacts-group.c
+++ b/gdata/services/contacts/gdata-contacts-group.c
@@ -90,7 +90,7 @@
  * </example>
  *
  * Since: 0.7.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 
 #include <config.h>
@@ -162,7 +162,7 @@ gdata_contacts_group_class_init (GDataContactsGroupClass *klass)
         * Atom Publishing Protocol specification</ulink>.
         *
         * Since: 0.7.0
-        * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface 
instead.
+        * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface 
instead.
         */
        g_object_class_install_property (gobject_class, PROP_EDITED,
                                         g_param_spec_int64 ("edited",
@@ -176,7 +176,7 @@ gdata_contacts_group_class_init (GDataContactsGroupClass *klass)
         * Whether the entry has been deleted.
         *
         * Since: 0.7.0
-        * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface 
instead.
+        * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface 
instead.
         */
        g_object_class_install_property (gobject_class, PROP_DELETED,
                                         g_param_spec_boolean ("deleted",
@@ -197,7 +197,7 @@ gdata_contacts_group_class_init (GDataContactsGroupClass *klass)
         * group ID.
         *
         * Since: 0.7.0
-        * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface 
instead.
+        * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface 
instead.
         */
        g_object_class_install_property (gobject_class, PROP_SYSTEM_GROUP_ID,
                                         g_param_spec_string ("system-group-id",
@@ -460,7 +460,7 @@ get_entry_uri (const gchar *id)
  * Return value: a new #GDataContactsGroup; unref with g_object_unref()
  *
  * Since: 0.7.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 GDataContactsGroup *
 gdata_contacts_group_new (const gchar *id)
@@ -477,7 +477,7 @@ gdata_contacts_group_new (const gchar *id)
  * Return value: the UNIX timestamp for the time the file was last edited, or <code class="literal">-1</code>
  *
  * Since: 0.7.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 gint64
 gdata_contacts_group_get_edited (GDataContactsGroup *self)
@@ -495,7 +495,7 @@ gdata_contacts_group_get_edited (GDataContactsGroup *self)
  * Return value: the group's system group ID, or %NULL
  *
  * Since: 0.7.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 const gchar *
 gdata_contacts_group_get_system_group_id (GDataContactsGroup *self)
@@ -515,7 +515,7 @@ gdata_contacts_group_get_system_group_id (GDataContactsGroup *self)
  * Return value: the property's value, or %NULL
  *
  * Since: 0.7.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 const gchar *
 gdata_contacts_group_get_extended_property (GDataContactsGroup *self, const gchar *name)
@@ -534,7 +534,7 @@ gdata_contacts_group_get_extended_property (GDataContactsGroup *self, const gcha
  * Return value: (transfer none): a #GHashTable of extended properties
  *
  * Since: 0.7.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 GHashTable *
 gdata_contacts_group_get_extended_properties (GDataContactsGroup *self)
@@ -561,7 +561,7 @@ gdata_contacts_group_get_extended_properties (GDataContactsGroup *self)
  * Return value: %TRUE if the property was updated or deleted successfully, %FALSE otherwise
  *
  * Since: 0.7.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 gboolean
 gdata_contacts_group_set_extended_property (GDataContactsGroup *self, const gchar *name, const gchar *value)
@@ -600,7 +600,7 @@ gdata_contacts_group_set_extended_property (GDataContactsGroup *self, const gcha
  * Return value: %TRUE if the group has been deleted, %FALSE otherwise
  *
  * Since: 0.7.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 gboolean
 gdata_contacts_group_is_deleted (GDataContactsGroup *self)
diff --git a/gdata/services/contacts/gdata-contacts-query.c b/gdata/services/contacts/gdata-contacts-query.c
index 9c8fc7f9..1cda4eaa 100644
--- a/gdata/services/contacts/gdata-contacts-query.c
+++ b/gdata/services/contacts/gdata-contacts-query.c
@@ -75,7 +75,7 @@
  * </example>
  *
  * Since: 0.2.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 
 #include <config.h>
@@ -128,7 +128,7 @@ gdata_contacts_query_class_init (GDataContactsQueryClass *klass)
         * Sorting criterion. The only supported value is <literal>lastmodified</literal>.
         *
         * Since: 0.2.0
-        * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface 
instead.
+        * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface 
instead.
         */
        g_object_class_install_property (gobject_class, PROP_ORDER_BY,
                                         g_param_spec_string ("order-by",
@@ -144,7 +144,7 @@ gdata_contacts_query_class_init (GDataContactsQueryClass *klass)
         * normally appear in query results.
         *
         * Since: 0.2.0
-        * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface 
instead.
+        * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface 
instead.
         */
        g_object_class_install_property (gobject_class, PROP_SHOW_DELETED,
                                         g_param_spec_boolean ("show-deleted",
@@ -158,7 +158,7 @@ gdata_contacts_query_class_init (GDataContactsQueryClass *klass)
         * Sorting order direction. Can be either <literal>ascending</literal> or 
<literal>descending</literal>.
         *
         * Since: 0.2.0
-        * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface 
instead.
+        * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface 
instead.
         */
        g_object_class_install_property (gobject_class, PROP_SORT_ORDER,
                                         g_param_spec_string ("sort-order",
@@ -173,7 +173,7 @@ gdata_contacts_query_class_init (GDataContactsQueryClass *klass)
         * should be a group ID URI.
         *
         * Since: 0.2.0
-        * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface 
instead.
+        * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface 
instead.
         */
        g_object_class_install_property (gobject_class, PROP_GROUP,
                                         g_param_spec_string ("group",
@@ -302,7 +302,7 @@ get_query_uri (GDataQuery *self, const gchar *feed_uri, GString *query_uri, gboo
  * Return value: a new #GDataContactsQuery
  *
  * Since: 0.2.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 GDataContactsQuery *
 gdata_contacts_query_new (const gchar *q)
@@ -322,7 +322,7 @@ gdata_contacts_query_new (const gchar *q)
  * Return value: a new #GDataContactsQuery
  *
  * Since: 0.2.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 GDataContactsQuery *
 gdata_contacts_query_new_with_limits (const gchar *q, guint start_index, guint max_results)
@@ -343,7 +343,7 @@ gdata_contacts_query_new_with_limits (const gchar *q, guint start_index, guint m
  * Return value: the order by property, or %NULL if it is unset
  *
  * Since: 0.2.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 const gchar *
 gdata_contacts_query_get_order_by (GDataContactsQuery *self)
@@ -362,7 +362,7 @@ gdata_contacts_query_get_order_by (GDataContactsQuery *self)
  * Set @order_by to %NULL to unset the property in the query URI.
  *
  * Since: 0.2.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 void
 gdata_contacts_query_set_order_by (GDataContactsQuery *self, const gchar *order_by)
@@ -386,7 +386,7 @@ gdata_contacts_query_set_order_by (GDataContactsQuery *self, const gchar *order_
  * Return value: %TRUE if deleted contacts should be shown, %FALSE otherwise
  *
  * Since: 0.2.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 gboolean
 gdata_contacts_query_show_deleted (GDataContactsQuery *self)
@@ -403,7 +403,7 @@ gdata_contacts_query_show_deleted (GDataContactsQuery *self)
  * Sets the #GDataContactsQuery:show-deleted property of the #GDataContactsQuery.
  *
  * Since: 0.2.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 void
 gdata_contacts_query_set_show_deleted (GDataContactsQuery *self, gboolean show_deleted)
@@ -425,7 +425,7 @@ gdata_contacts_query_set_show_deleted (GDataContactsQuery *self, gboolean show_d
  * Return value: the sort order property, or %NULL if it is unset
  *
  * Since: 0.2.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 const gchar *
 gdata_contacts_query_get_sort_order (GDataContactsQuery *self)
@@ -444,7 +444,7 @@ gdata_contacts_query_get_sort_order (GDataContactsQuery *self)
  * Set @sort_order to %NULL to unset the property in the query URI.
  *
  * Since: 0.2.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 void
 gdata_contacts_query_set_sort_order (GDataContactsQuery *self, const gchar *sort_order)
@@ -468,7 +468,7 @@ gdata_contacts_query_set_sort_order (GDataContactsQuery *self, const gchar *sort
  * Return value: the group property, or %NULL if it is unset
  *
  * Since: 0.2.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 const gchar *
 gdata_contacts_query_get_group (GDataContactsQuery *self)
@@ -487,7 +487,7 @@ gdata_contacts_query_get_group (GDataContactsQuery *self)
  * Set @group to %NULL to unset the property in the query URI.
  *
  * Since: 0.2.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 void
 gdata_contacts_query_set_group (GDataContactsQuery *self, const gchar *group)
diff --git a/gdata/services/contacts/gdata-contacts-service.c 
b/gdata/services/contacts/gdata-contacts-service.c
index 2c6de1c4..91ed73a3 100644
--- a/gdata/services/contacts/gdata-contacts-service.c
+++ b/gdata/services/contacts/gdata-contacts-service.c
@@ -149,7 +149,7 @@
  * </example>
  *
  * Since: 0.2.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 
 #include <config.h>
@@ -201,7 +201,7 @@ get_authorization_domains (void)
  * Return value: a new #GDataContactsService, or %NULL; unref with g_object_unref()
  *
  * Since: 0.9.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 GDataContactsService *
 gdata_contacts_service_new (GDataAuthorizer *authorizer)
@@ -225,7 +225,7 @@ gdata_contacts_service_new (GDataAuthorizer *authorizer)
  * Return value: (transfer none): the service's authorization domain
  *
  * Since: 0.9.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 GDataAuthorizationDomain *
 gdata_contacts_service_get_primary_authorization_domain (void)
@@ -249,7 +249,7 @@ gdata_contacts_service_get_primary_authorization_domain (void)
  * Return value: (transfer full): a #GDataFeed of query results; unref with g_object_unref()
  *
  * Since: 0.2.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 GDataFeed *
 gdata_contacts_service_query_contacts (GDataContactsService *self, GDataQuery *query, GCancellable 
*cancellable,
@@ -298,7 +298,7 @@ gdata_contacts_service_query_contacts (GDataContactsService *self, GDataQuery *q
  * and gdata_service_query_async(), which is the base asynchronous query function.
  *
  * Since: 0.9.1
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 void
 gdata_contacts_service_query_contacts_async (GDataContactsService *self, GDataQuery *query, GCancellable 
*cancellable,
@@ -347,7 +347,7 @@ gdata_contacts_service_query_contacts_async (GDataContactsService *self, GDataQu
  * Return value: (transfer full): an updated #GDataContactsContact, or %NULL; unref with g_object_unref()
  *
  * Since: 0.2.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 GDataContactsContact *
 gdata_contacts_service_insert_contact (GDataContactsService *self, GDataContactsContact *contact, 
GCancellable *cancellable, GError **error)
@@ -386,7 +386,7 @@ gdata_contacts_service_insert_contact (GDataContactsService *self, GDataContacts
  * and gdata_service_insert_entry_async(), which is the base asynchronous insertion function.
  *
  * Since: 0.7.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 void
 gdata_contacts_service_insert_contact_async (GDataContactsService *self, GDataContactsContact *contact, 
GCancellable *cancellable,
@@ -420,7 +420,7 @@ gdata_contacts_service_insert_contact_async (GDataContactsService *self, GDataCo
  * Return value: (transfer full): a #GDataFeed of query results; unref with g_object_unref()
  *
  * Since: 0.7.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 GDataFeed *
 gdata_contacts_service_query_groups (GDataContactsService *self, GDataQuery *query, GCancellable 
*cancellable,
@@ -469,7 +469,7 @@ gdata_contacts_service_query_groups (GDataContactsService *self, GDataQuery *que
  * which is the base asynchronous query function.
  *
  * Since: 0.9.1
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 void
 gdata_contacts_service_query_groups_async (GDataContactsService *self, GDataQuery *query, GCancellable 
*cancellable,
@@ -516,7 +516,7 @@ gdata_contacts_service_query_groups_async (GDataContactsService *self, GDataQuer
  * Return value: (transfer full): the inserted #GDataContactsGroup; unref with g_object_unref()
  *
  * Since: 0.7.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 GDataContactsGroup *
 gdata_contacts_service_insert_group (GDataContactsService *self, GDataContactsGroup *group, GCancellable 
*cancellable, GError **error)
@@ -568,7 +568,7 @@ gdata_contacts_service_insert_group (GDataContactsService *self, GDataContactsGr
  * gdata_service_insert_entry_async(), which is the base asynchronous insertion function.
  *
  * Since: 0.7.0
- * Deprecated: 0.18.0: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
+ * Deprecated: 0.18.2: The Google Contacts service is deprecated. Use Google’s CardDAV interface instead.
  */
 void
 gdata_contacts_service_insert_group_async (GDataContactsService *self, GDataContactsGroup *group, 
GCancellable *cancellable,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]