[libgdata] [docs] Added missing Since tags



commit a739a08ba28fae9f6c38bf085e30e5b0fe25acf8
Author: Philip Withnall <philip tecnocode co uk>
Date:   Mon Mar 22 18:16:12 2010 +0000

    [docs] Added missing Since tags

 gdata/atom/gdata-author.c                          |    2 ++
 gdata/atom/gdata-category.c                        |    2 ++
 gdata/atom/gdata-link.c                            |    2 ++
 gdata/gd/gdata-gd-email-address.c                  |    2 ++
 gdata/gd/gdata-gd-email-address.h                  |    4 +++-
 gdata/gd/gdata-gd-im-address.c                     |    2 ++
 gdata/gd/gdata-gd-im-address.h                     |    4 +++-
 gdata/gd/gdata-gd-name.c                           |    2 ++
 gdata/gd/gdata-gd-organization.c                   |    2 ++
 gdata/gd/gdata-gd-organization.h                   |    4 +++-
 gdata/gd/gdata-gd-phone-number.c                   |    2 ++
 gdata/gd/gdata-gd-phone-number.h                   |    4 +++-
 gdata/gd/gdata-gd-postal-address.c                 |    2 ++
 gdata/gd/gdata-gd-postal-address.h                 |    4 +++-
 gdata/gd/gdata-gd-reminder.c                       |    2 ++
 gdata/gd/gdata-gd-reminder.h                       |    4 +++-
 gdata/gd/gdata-gd-when.c                           |    2 ++
 gdata/gd/gdata-gd-when.h                           |    4 +++-
 gdata/gd/gdata-gd-where.c                          |    4 ++++
 gdata/gd/gdata-gd-where.h                          |    4 +++-
 gdata/gd/gdata-gd-who.c                            |    4 ++++
 gdata/gd/gdata-gd-who.h                            |    4 +++-
 gdata/gdata-access-handler.c                       |    4 +++-
 gdata/gdata-access-rule.c                          |    2 ++
 gdata/gdata-parsable.c                             |    8 ++++++++
 gdata/media/gdata-media-category.c                 |    2 ++
 gdata/media/gdata-media-content.c                  |    2 ++
 gdata/media/gdata-media-content.h                  |    4 +++-
 gdata/media/gdata-media-credit.c                   |    2 ++
 gdata/services/contacts/gdata-contacts-contact.c   |    2 ++
 gdata/services/contacts/gdata-contacts-contact.h   |    6 +++++-
 gdata/services/contacts/gdata-contacts-query.c     |    2 ++
 gdata/services/contacts/gdata-contacts-query.h     |    6 +++++-
 gdata/services/contacts/gdata-contacts-service.c   |    2 ++
 gdata/services/contacts/gdata-contacts-service.h   |    6 +++++-
 gdata/services/documents/gdata-documents-feed.c    |    3 +++
 gdata/services/documents/gdata-documents-folder.c  |    5 ++++-
 .../documents/gdata-documents-presentation.c       |    3 +++
 gdata/services/documents/gdata-documents-query.c   |    2 ++
 gdata/services/documents/gdata-documents-service.c |    3 +++
 .../documents/gdata-documents-spreadsheet.c        |    5 ++++-
 gdata/services/documents/gdata-documents-text.c    |    3 +++
 gdata/services/picasaweb/gdata-picasaweb-album.c   |    2 ++
 gdata/services/picasaweb/gdata-picasaweb-feed.c    |    4 +++-
 gdata/services/picasaweb/gdata-picasaweb-file.c    |    2 ++
 gdata/services/picasaweb/gdata-picasaweb-query.c   |    2 ++
 gdata/services/picasaweb/gdata-picasaweb-service.c |    6 +++++-
 gdata/services/picasaweb/gdata-picasaweb-user.c    |    2 ++
 gdata/services/youtube/gdata-youtube-content.c     |    4 +++-
 gdata/services/youtube/gdata-youtube-content.h     |    4 +++-
 gdata/services/youtube/gdata-youtube-credit.c      |    2 ++
 gdata/services/youtube/gdata-youtube-credit.h      |    4 +++-
 gdata/services/youtube/gdata-youtube-query.c       |    2 ++
 gdata/services/youtube/gdata-youtube-state.c       |    2 ++
 gdata/services/youtube/gdata-youtube-video.c       |    2 ++
 55 files changed, 155 insertions(+), 21 deletions(-)
---
diff --git a/gdata/atom/gdata-author.c b/gdata/atom/gdata-author.c
index 933ea5a..d214e25 100644
--- a/gdata/atom/gdata-author.c
+++ b/gdata/atom/gdata-author.c
@@ -25,6 +25,8 @@
  *
  * #GDataAuthor represents a "author" element from the
  * <ulink type="http" url="http://www.atomenabled.org/developers/syndication/atom-format-spec.php";>Atom specification</ulink>.
+ *
+ * Since: 0.4.0
  **/
 
 #include <glib.h>
diff --git a/gdata/atom/gdata-category.c b/gdata/atom/gdata-category.c
index 2adcb1f..810d717 100644
--- a/gdata/atom/gdata-category.c
+++ b/gdata/atom/gdata-category.c
@@ -25,6 +25,8 @@
  *
  * #GDataCategory represents a "category" element from the
  * <ulink type="http" url="http://www.atomenabled.org/developers/syndication/atom-format-spec.php";>Atom specification</ulink>.
+ *
+ * Since: 0.4.0
  **/
 
 #include <glib.h>
diff --git a/gdata/atom/gdata-link.c b/gdata/atom/gdata-link.c
index 7fa7ceb..5e07400 100644
--- a/gdata/atom/gdata-link.c
+++ b/gdata/atom/gdata-link.c
@@ -25,6 +25,8 @@
  *
  * #GDataLink represents a "link" element from the
  * <ulink type="http" url="http://www.atomenabled.org/developers/syndication/atom-format-spec.php";>Atom specification</ulink>.
+ *
+ * Since: 0.4.0
  **/
 
 #include <glib.h>
diff --git a/gdata/gd/gdata-gd-email-address.c b/gdata/gd/gdata-gd-email-address.c
index 7ac500a..12b8880 100644
--- a/gdata/gd/gdata-gd-email-address.c
+++ b/gdata/gd/gdata-gd-email-address.c
@@ -25,6 +25,8 @@
  *
  * #GDataGDEmailAddress represents an "email" element from the
  * <ulink type="http" url="http://code.google.com/apis/gdata/docs/2.0/elements.html#gdEmail";>GData specification</ulink>.
+ *
+ * Since: 0.4.0
  **/
 
 #include <glib.h>
diff --git a/gdata/gd/gdata-gd-email-address.h b/gdata/gd/gdata-gd-email-address.h
index 32887b2..fa78a0c 100644
--- a/gdata/gd/gdata-gd-email-address.h
+++ b/gdata/gd/gdata-gd-email-address.h
@@ -1,7 +1,7 @@
 /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
 /*
  * GData Client
- * Copyright (C) Philip Withnall 2009 <philip tecnocode co uk>
+ * Copyright (C) Philip Withnall 2009â??2010 <philip tecnocode co uk>
  *
  * GData Client is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -40,6 +40,8 @@ typedef struct _GDataGDEmailAddressPrivate	GDataGDEmailAddressPrivate;
  * GDataGDEmailAddress:
  *
  * All the fields in the #GDataGDEmailAddress structure are private and should never be accessed directly.
+ *
+ * Since: 0.2.0
  **/
 typedef struct {
 	GDataParsable parent;
diff --git a/gdata/gd/gdata-gd-im-address.c b/gdata/gd/gdata-gd-im-address.c
index 27c74dc..4199952 100644
--- a/gdata/gd/gdata-gd-im-address.c
+++ b/gdata/gd/gdata-gd-im-address.c
@@ -25,6 +25,8 @@
  *
  * #GDataGDIMAddress represents an "im" element from the
  * <ulink type="http" url="http://code.google.com/apis/gdata/docs/2.0/elements.html#gdIm";>GData specification</ulink>.
+ *
+ * Since: 0.4.0
  **/
 
 #include <glib.h>
diff --git a/gdata/gd/gdata-gd-im-address.h b/gdata/gd/gdata-gd-im-address.h
index eb17b21..0c4e97d 100644
--- a/gdata/gd/gdata-gd-im-address.h
+++ b/gdata/gd/gdata-gd-im-address.h
@@ -1,7 +1,7 @@
 /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
 /*
  * GData Client
- * Copyright (C) Philip Withnall 2009 <philip tecnocode co uk>
+ * Copyright (C) Philip Withnall 2009â??2010 <philip tecnocode co uk>
  *
  * GData Client is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -40,6 +40,8 @@ typedef struct _GDataGDIMAddressPrivate		GDataGDIMAddressPrivate;
  * GDataGDIMAddress:
  *
  * All the fields in the #GDataGDIMAddress structure are private and should never be accessed directly.
+ *
+ * Since: 0.2.0
  **/
 typedef struct {
 	GDataParsable parent;
diff --git a/gdata/gd/gdata-gd-name.c b/gdata/gd/gdata-gd-name.c
index 6880043..9079f35 100644
--- a/gdata/gd/gdata-gd-name.c
+++ b/gdata/gd/gdata-gd-name.c
@@ -35,6 +35,8 @@
  * 	<varlistentry><term>#GDataGDName:prefix</term><listitem><para>Sir</para></listitem></varlistentry>
  * 	<varlistentry><term>#GDataGDName:suffix</term><listitem><para>KG</para></listitem></varlistentry>
  * </variablelist>
+ *
+ * Since: 0.5.0
  **/
 
 #include <glib.h>
diff --git a/gdata/gd/gdata-gd-organization.c b/gdata/gd/gdata-gd-organization.c
index 648f62e..12ea137 100644
--- a/gdata/gd/gdata-gd-organization.c
+++ b/gdata/gd/gdata-gd-organization.c
@@ -25,6 +25,8 @@
  *
  * #GDataGDOrganization represents an "organization" element from the
  * <ulink type="http" url="http://code.google.com/apis/gdata/docs/2.0/elements.html#gdOrganization";>GData specification</ulink>.
+ *
+ * Since: 0.4.0
  **/
 
 #include <glib.h>
diff --git a/gdata/gd/gdata-gd-organization.h b/gdata/gd/gdata-gd-organization.h
index 8b3e6f3..3d3ad0b 100644
--- a/gdata/gd/gdata-gd-organization.h
+++ b/gdata/gd/gdata-gd-organization.h
@@ -1,7 +1,7 @@
 /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
 /*
  * GData Client
- * Copyright (C) Philip Withnall 2009 <philip tecnocode co uk>
+ * Copyright (C) Philip Withnall 2009â??2010 <philip tecnocode co uk>
  *
  * GData Client is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -41,6 +41,8 @@ typedef struct _GDataGDOrganizationPrivate	GDataGDOrganizationPrivate;
  * GDataGDOrganization:
  *
  * All the fields in the #GDataGDOrganization structure are private and should never be accessed directly.
+ *
+ * Since: 0.2.0
  **/
 typedef struct {
 	GDataParsable parent;
diff --git a/gdata/gd/gdata-gd-phone-number.c b/gdata/gd/gdata-gd-phone-number.c
index cc27c96..2cdb19b 100644
--- a/gdata/gd/gdata-gd-phone-number.c
+++ b/gdata/gd/gdata-gd-phone-number.c
@@ -25,6 +25,8 @@
  *
  * #GDataGDPhoneNumber represents a "phoneNumber" element from the
  * <ulink type="http" url="http://code.google.com/apis/gdata/docs/2.0/elements.html#gdPhoneNumber";>GData specification</ulink>.
+ *
+ * Since: 0.4.0
  **/
 
 #include <glib.h>
diff --git a/gdata/gd/gdata-gd-phone-number.h b/gdata/gd/gdata-gd-phone-number.h
index b69f417..37b9279 100644
--- a/gdata/gd/gdata-gd-phone-number.h
+++ b/gdata/gd/gdata-gd-phone-number.h
@@ -1,7 +1,7 @@
 /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
 /*
  * GData Client
- * Copyright (C) Philip Withnall 2009 <philip tecnocode co uk>
+ * Copyright (C) Philip Withnall 2009â??2010 <philip tecnocode co uk>
  *
  * GData Client is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -40,6 +40,8 @@ typedef struct _GDataGDPhoneNumberPrivate	GDataGDPhoneNumberPrivate;
  * GDataGDPhoneNumber:
  *
  * All the fields in the #GDataGDPhoneNumber structure are private and should never be accessed directly.
+ *
+ * Since: 0.2.0
  **/
 typedef struct {
 	GDataParsable parent;
diff --git a/gdata/gd/gdata-gd-postal-address.c b/gdata/gd/gdata-gd-postal-address.c
index 7163cf0..1d579f2 100644
--- a/gdata/gd/gdata-gd-postal-address.c
+++ b/gdata/gd/gdata-gd-postal-address.c
@@ -26,6 +26,8 @@
  * #GDataGDPostalAddress represents a "structuredPostalAddress" element from the
  * <ulink type="http" url="http://code.google.com/apis/gdata/docs/2.0/elements.html#gdStructuredPostalAddress";>GData specification</ulink>.
  * Note that it does not represent a simple "postalAddress" element, as "structuredPostalAddress" is now used wherever possible in the GData API.
+ *
+ * Since: 0.4.0
  **/
 
 #include <glib.h>
diff --git a/gdata/gd/gdata-gd-postal-address.h b/gdata/gd/gdata-gd-postal-address.h
index a5ca30c..7528a79 100644
--- a/gdata/gd/gdata-gd-postal-address.h
+++ b/gdata/gd/gdata-gd-postal-address.h
@@ -1,7 +1,7 @@
 /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
 /*
  * GData Client
- * Copyright (C) Philip Withnall 2009 <philip tecnocode co uk>
+ * Copyright (C) Philip Withnall 2009â??2010 <philip tecnocode co uk>
  *
  * GData Client is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -94,6 +94,8 @@ typedef struct _GDataGDPostalAddressPrivate	GDataGDPostalAddressPrivate;
  * GDataGDPostalAddress:
  *
  * All the fields in the #GDataGDPostalAddress structure are private and should never be accessed directly.
+ *
+ * Since: 0.2.0
  **/
 typedef struct {
 	GDataParsable parent;
diff --git a/gdata/gd/gdata-gd-reminder.c b/gdata/gd/gdata-gd-reminder.c
index 3cc4ecc..c21fe34 100644
--- a/gdata/gd/gdata-gd-reminder.c
+++ b/gdata/gd/gdata-gd-reminder.c
@@ -25,6 +25,8 @@
  *
  * #GDataGDReminder represents a "reminder" element from the
  * <ulink type="http" url="http://code.google.com/apis/gdata/docs/2.0/elements.html#gdReminder";>GData specification</ulink>.
+ *
+ * Since: 0.4.0
  **/
 
 #include <glib.h>
diff --git a/gdata/gd/gdata-gd-reminder.h b/gdata/gd/gdata-gd-reminder.h
index d989b54..51d95a6 100644
--- a/gdata/gd/gdata-gd-reminder.h
+++ b/gdata/gd/gdata-gd-reminder.h
@@ -1,7 +1,7 @@
 /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
 /*
  * GData Client
- * Copyright (C) Philip Withnall 2009 <philip tecnocode co uk>
+ * Copyright (C) Philip Withnall 2009â??2010 <philip tecnocode co uk>
  *
  * GData Client is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -40,6 +40,8 @@ typedef struct _GDataGDReminderPrivate	GDataGDReminderPrivate;
  * GDataGDReminder:
  *
  * All the fields in the #GDataGDReminder structure are private and should never be accessed directly.
+ *
+ * Since: 0.2.0
  **/
 typedef struct {
 	GDataParsable parent;
diff --git a/gdata/gd/gdata-gd-when.c b/gdata/gd/gdata-gd-when.c
index a3ae146..5a7046f 100644
--- a/gdata/gd/gdata-gd-when.c
+++ b/gdata/gd/gdata-gd-when.c
@@ -25,6 +25,8 @@
  *
  * #GDataGDWhen represents a "when" element from the
  * <ulink type="http" url="http://code.google.com/apis/gdata/docs/2.0/elements.html#gdWhen";>GData specification</ulink>.
+ *
+ * Since: 0.4.0
  **/
 
 #include <glib.h>
diff --git a/gdata/gd/gdata-gd-when.h b/gdata/gd/gdata-gd-when.h
index a16f477..1e191d1 100644
--- a/gdata/gd/gdata-gd-when.h
+++ b/gdata/gd/gdata-gd-when.h
@@ -1,7 +1,7 @@
 /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
 /*
  * GData Client
- * Copyright (C) Philip Withnall 2009 <philip tecnocode co uk>
+ * Copyright (C) Philip Withnall 2009â??2010 <philip tecnocode co uk>
  *
  * GData Client is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -40,6 +40,8 @@ typedef struct _GDataGDWhenPrivate	GDataGDWhenPrivate;
  * GDataGDWhen:
  *
  * All the fields in the #GDataGDWhen structure are private and should never be accessed directly.
+ *
+ * Since: 0.2.0
  **/
 typedef struct {
 	GDataParsable parent;
diff --git a/gdata/gd/gdata-gd-where.c b/gdata/gd/gdata-gd-where.c
index c8be288..995f7d2 100644
--- a/gdata/gd/gdata-gd-where.c
+++ b/gdata/gd/gdata-gd-where.c
@@ -25,6 +25,8 @@
  *
  * #GDataGDWhere represents a "where" element from the
  * <ulink type="http" url="http://code.google.com/apis/gdata/docs/2.0/elements.html#gdWhere";>GData specification</ulink>.
+ *
+ * Since: 0.4.0
  **/
 
 #include <glib.h>
@@ -260,6 +262,8 @@ get_namespaces (GDataParsable *parsable, GHashTable *namespaces)
  * Currently, entryLink functionality is not implemented in #GDataGDWhere.
  *
  * Return value: a new #GDataGDWhere; unref with g_object_unref()
+ *
+ * Since: 0.2.0
  **/
 GDataGDWhere *
 gdata_gd_where_new (const gchar *relation_type, const gchar *value_string, const gchar *label)
diff --git a/gdata/gd/gdata-gd-where.h b/gdata/gd/gdata-gd-where.h
index 7cc5cec..ccfeaba 100644
--- a/gdata/gd/gdata-gd-where.h
+++ b/gdata/gd/gdata-gd-where.h
@@ -1,7 +1,7 @@
 /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
 /*
  * GData Client
- * Copyright (C) Philip Withnall 2009 <philip tecnocode co uk>
+ * Copyright (C) Philip Withnall 2009â??2010 <philip tecnocode co uk>
  *
  * GData Client is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -40,6 +40,8 @@ typedef struct _GDataGDWherePrivate	GDataGDWherePrivate;
  * GDataGDWhere:
  *
  * All the fields in the #GDataGDWhere structure are private and should never be accessed directly.
+ *
+ * Since: 0.2.0
  **/
 typedef struct {
 	GDataParsable parent;
diff --git a/gdata/gd/gdata-gd-who.c b/gdata/gd/gdata-gd-who.c
index 3423664..32b2948 100644
--- a/gdata/gd/gdata-gd-who.c
+++ b/gdata/gd/gdata-gd-who.c
@@ -25,6 +25,8 @@
  *
  * #GDataGDWho represents an "who" element from the
  * <ulink type="http" url="http://code.google.com/apis/gdata/docs/2.0/elements.html#gdWho";>GData specification</ulink>.
+ *
+ * Since: 0.4.0
  **/
 
 #include <glib.h>
@@ -265,6 +267,8 @@ get_namespaces (GDataParsable *parsable, GHashTable *namespaces)
  * Currently, entryLink functionality is not implemented in #GDataGDWho.
  *
  * Return value: a new #GDataGDWho; unref with g_object_unref()
+ *
+ * Since: 0.2.0
  **/
 GDataGDWho *
 gdata_gd_who_new (const gchar *relation_type, const gchar *value_string, const gchar *email_address)
diff --git a/gdata/gd/gdata-gd-who.h b/gdata/gd/gdata-gd-who.h
index 303aecc..0bda4a4 100644
--- a/gdata/gd/gdata-gd-who.h
+++ b/gdata/gd/gdata-gd-who.h
@@ -1,7 +1,7 @@
 /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
 /*
  * GData Client
- * Copyright (C) Philip Withnall 2009 <philip tecnocode co uk>
+ * Copyright (C) Philip Withnall 2009â??2010 <philip tecnocode co uk>
  *
  * GData Client is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -40,6 +40,8 @@ typedef struct _GDataGDWhoPrivate	GDataGDWhoPrivate;
  * GDataGDWho:
  *
  * All the fields in the #GDataGDWho structure are private and should never be accessed directly.
+ *
+ * Since: 0.2.0
  **/
 typedef struct {
 	GDataParsable parent;
diff --git a/gdata/gdata-access-handler.c b/gdata/gdata-access-handler.c
index 4b5fe99..faa299a 100644
--- a/gdata/gdata-access-handler.c
+++ b/gdata/gdata-access-handler.c
@@ -1,7 +1,7 @@
 /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
 /*
  * GData Client
- * Copyright (C) Philip Withnall 2009 <philip tecnocode co uk>
+ * Copyright (C) Philip Withnall 2009â??2010 <philip tecnocode co uk>
  *
  * GData Client is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -28,6 +28,8 @@
  * added, modified and deleted, with immediate effect.
  *
  * When implementing the interface, classes must implement an <function>is_owner_rule</function> function.
+ *
+ * Since: 0.3.0
  **/
 
 #include <config.h>
diff --git a/gdata/gdata-access-rule.c b/gdata/gdata-access-rule.c
index d5920d8..618b30a 100644
--- a/gdata/gdata-access-rule.c
+++ b/gdata/gdata-access-rule.c
@@ -26,6 +26,8 @@
  *
  * #GDataAccessRule is a subclass of #GDataEntry to represent a generic access rule from an access control list (ACL).
  * It is returned by the ACL methods implemented in the #GDataAccessHandler interface.
+ *
+ * Since: 0.3.0
  **/
 
 #include <config.h>
diff --git a/gdata/gdata-parsable.c b/gdata/gdata-parsable.c
index 9b7e4de..86f59b2 100644
--- a/gdata/gdata-parsable.c
+++ b/gdata/gdata-parsable.c
@@ -27,6 +27,8 @@
  * both of which require XML parsing which can be extended by subclassing.
  *
  * It allows methods to be defined for handling the root XML node, each of its child nodes, and a method to be called after parsing is complete.
+ *
+ * Since: 0.3.0
  **/
 
 #include <config.h>
@@ -137,6 +139,8 @@ real_parse_xml (GDataParsable *parsable, xmlDoc *doc, xmlNode *node, gpointer us
  * If an error occurs during parsing, a suitable error from #GDataParserError will be returned.
  *
  * Return value: a new #GDataParsable, or %NULL; unref with g_object_unref()
+ *
+ * Since: 0.4.0
  **/
 GDataParsable *
 gdata_parsable_new_from_xml (GType parsable_type, const gchar *xml, gint length, GError **error)
@@ -271,6 +275,8 @@ filter_namespaces_cb (gchar *prefix, gchar *href, GHashTable *canonical_namespac
  * all its namespaces declared properly in a self-contained fashion, and is valid for stand-alone use.
  *
  * Return value: the object's XML; free with g_free()
+ *
+ * Since: 0.4.0
  **/
 gchar *
 gdata_parsable_get_xml (GDataParsable *self)
@@ -290,6 +296,8 @@ gdata_parsable_get_xml (GDataParsable *self)
  * @declare_namespaces is %FALSE, none of the used namespaces are declared, and the XML is suitable for insertion into a larger XML tree.
  *
  * Return value: the object's XML; free with g_free()
+ *
+ * Since: 0.4.0
  */
 void
 _gdata_parsable_get_xml (GDataParsable *self, GString *xml_string, gboolean declare_namespaces)
diff --git a/gdata/media/gdata-media-category.c b/gdata/media/gdata-media-category.c
index 34e0cf8..98c2e00 100644
--- a/gdata/media/gdata-media-category.c
+++ b/gdata/media/gdata-media-category.c
@@ -25,6 +25,8 @@
  *
  * #GDataMediaCategory represents a "category" element from the
  * <ulink type="http" url="http://video.search.yahoo.com/mrss";>Media RSS specification</ulink>.
+ *
+ * Since: 0.4.0
  **/
 
 #include <glib.h>
diff --git a/gdata/media/gdata-media-content.c b/gdata/media/gdata-media-content.c
index 2b5dc4e..b49636f 100644
--- a/gdata/media/gdata-media-content.c
+++ b/gdata/media/gdata-media-content.c
@@ -27,6 +27,8 @@
  * <ulink type="http" url="http://video.search.yahoo.com/mrss";>Media RSS specification</ulink>.
  *
  * The class only implements parsing, not XML output, at the moment.
+ *
+ * Since: 0.4.0
  **/
 
 #include <glib.h>
diff --git a/gdata/media/gdata-media-content.h b/gdata/media/gdata-media-content.h
index fff4ade..828a3e9 100644
--- a/gdata/media/gdata-media-content.h
+++ b/gdata/media/gdata-media-content.h
@@ -1,7 +1,7 @@
 /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
 /*
  * GData Client
- * Copyright (C) Philip Withnall 2009 <philip tecnocode co uk>
+ * Copyright (C) Philip Withnall 2009â??2010 <philip tecnocode co uk>
  *
  * GData Client is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -52,6 +52,8 @@ typedef enum {
  * @GDATA_MEDIA_EXECUTABLE: the media is an executable file
  *
  * An enum representing the possible values of #GDataMediaContent:medium.
+ *
+ * Since: 0.4.0
  **/
 typedef enum {
 	GDATA_MEDIA_UNKNOWN,
diff --git a/gdata/media/gdata-media-credit.c b/gdata/media/gdata-media-credit.c
index 2caa8ad..e2e0a7e 100644
--- a/gdata/media/gdata-media-credit.c
+++ b/gdata/media/gdata-media-credit.c
@@ -27,6 +27,8 @@
  * <ulink type="http" url="http://video.search.yahoo.com/mrss";>Media RSS specification</ulink>.
  *
  * The class only implements parsing, not XML output, at the moment.
+ *
+ * Since: 0.4.0
  **/
 
 #include <glib.h>
diff --git a/gdata/services/contacts/gdata-contacts-contact.c b/gdata/services/contacts/gdata-contacts-contact.c
index 26fea7b..277437d 100644
--- a/gdata/services/contacts/gdata-contacts-contact.c
+++ b/gdata/services/contacts/gdata-contacts-contact.c
@@ -27,6 +27,8 @@
  *
  * For more details of Google Contacts' GData API, see the <ulink type="http" url="http://code.google.com/apis/contacts/docs/2.0/reference.html";>
  * online documentation</ulink>.
+ *
+ * Since: 0.2.0
  **/
 
 #include <config.h>
diff --git a/gdata/services/contacts/gdata-contacts-contact.h b/gdata/services/contacts/gdata-contacts-contact.h
index 2beb5d4..8c384c0 100644
--- a/gdata/services/contacts/gdata-contacts-contact.h
+++ b/gdata/services/contacts/gdata-contacts-contact.h
@@ -1,7 +1,7 @@
 /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
 /*
  * GData Client
- * Copyright (C) Philip Withnall 2009 <philip tecnocode co uk>
+ * Copyright (C) Philip Withnall 2009â??2010 <philip tecnocode co uk>
  *
  * GData Client is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -46,6 +46,8 @@ typedef struct _GDataContactsContactPrivate	GDataContactsContactPrivate;
  * GDataContactsContact:
  *
  * All the fields in the #GDataContactsContact structure are private and should never be accessed directly.
+ *
+ * Since: 0.2.0
  **/
 typedef struct {
 	GDataEntry parent;
@@ -56,6 +58,8 @@ typedef struct {
  * GDataContactsContactClass:
  *
  * All the fields in the #GDataContactsContactClass structure are private and should never be accessed directly.
+ *
+ * Since: 0.2.0
  **/
 typedef struct {
 	/*< private >*/
diff --git a/gdata/services/contacts/gdata-contacts-query.c b/gdata/services/contacts/gdata-contacts-query.c
index 3a61e46..6af5d8d 100644
--- a/gdata/services/contacts/gdata-contacts-query.c
+++ b/gdata/services/contacts/gdata-contacts-query.c
@@ -28,6 +28,8 @@
  *
  * For more information on the custom GData query parameters supported by #GDataContactsQuery, see the <ulink type="http"
  * url="http://code.google.com/apis/contacts/docs/2.0/reference.html#Parameters";>online documentation</ulink>.
+ *
+ * Since: 0.2.0
  **/
 
 #include <config.h>
diff --git a/gdata/services/contacts/gdata-contacts-query.h b/gdata/services/contacts/gdata-contacts-query.h
index 0041983..657b863 100644
--- a/gdata/services/contacts/gdata-contacts-query.h
+++ b/gdata/services/contacts/gdata-contacts-query.h
@@ -1,7 +1,7 @@
 /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
 /*
  * GData Client
- * Copyright (C) Philip Withnall 2009 <philip tecnocode co uk>
+ * Copyright (C) Philip Withnall 2009â??2010 <philip tecnocode co uk>
  *
  * GData Client is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -40,6 +40,8 @@ typedef struct _GDataContactsQueryPrivate	GDataContactsQueryPrivate;
  * GDataContactsQuery:
  *
  * All the fields in the #GDataContactsQuery structure are private and should never be accessed directly.
+ *
+ * Since: 0.2.0
  **/
 typedef struct {
 	GDataQuery parent;
@@ -50,6 +52,8 @@ typedef struct {
  * GDataContactsQueryClass:
  *
  * All the fields in the #GDataContactsQueryClass structure are private and should never be accessed directly.
+ *
+ * Since: 0.2.0
  **/
 typedef struct {
 	/*< private >*/
diff --git a/gdata/services/contacts/gdata-contacts-service.c b/gdata/services/contacts/gdata-contacts-service.c
index e83de47..56037a1 100644
--- a/gdata/services/contacts/gdata-contacts-service.c
+++ b/gdata/services/contacts/gdata-contacts-service.c
@@ -28,6 +28,8 @@
  *
  * For more details of Google Contacts' GData API, see the <ulink type="http" url="http://code.google.com/apis/contacts/docs/2.0/reference.html";>
  * online documentation</ulink>.
+ *
+ * Since: 0.2.0
  **/
 
 #include <config.h>
diff --git a/gdata/services/contacts/gdata-contacts-service.h b/gdata/services/contacts/gdata-contacts-service.h
index e5b06ce..dd02460 100644
--- a/gdata/services/contacts/gdata-contacts-service.h
+++ b/gdata/services/contacts/gdata-contacts-service.h
@@ -1,7 +1,7 @@
 /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
 /*
  * GData Client
- * Copyright (C) Philip Withnall 2009 <philip tecnocode co uk>
+ * Copyright (C) Philip Withnall 2009â??2010 <philip tecnocode co uk>
  *
  * GData Client is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -41,6 +41,8 @@ typedef struct _GDataContactsServicePrivate	GDataContactsServicePrivate;
  * GDataContactsService:
  *
  * All the fields in the #GDataContactsService structure are private and should never be accessed directly.
+ *
+ * Since: 0.2.0
  **/
 typedef struct {
 	GDataService parent;
@@ -50,6 +52,8 @@ typedef struct {
  * GDataContactsServiceClass:
  *
  * All the fields in the #GDataContactsServiceClass structure are private and should never be accessed directly.
+ *
+ * Since: 0.2.0
  **/
 typedef struct {
 	/*< private >*/
diff --git a/gdata/services/documents/gdata-documents-feed.c b/gdata/services/documents/gdata-documents-feed.c
index 91e9e13..df62f45 100644
--- a/gdata/services/documents/gdata-documents-feed.c
+++ b/gdata/services/documents/gdata-documents-feed.c
@@ -2,6 +2,7 @@
 /*
  * GData Client
  * Copyright (C) Thibault Saunier 2009 <saunierthibault gmail com>
+ * Copyright (C) Philip Withnall 2010 <philip tecnocode co uk>
  *
  * GData Client is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -28,6 +29,8 @@
  *
  * Each #GDataDocumentsEntry represents a single object on the Google Documents online service, such as a text document, presentation document,
  * spreadsheet document or a folder, and the #GDataDocumentsFeed represents a collection of those objects.
+ *
+ * Since: 0.4.0
  **/
 
 #include <config.h>
diff --git a/gdata/services/documents/gdata-documents-folder.c b/gdata/services/documents/gdata-documents-folder.c
index e843cea..3a87bd9 100644
--- a/gdata/services/documents/gdata-documents-folder.c
+++ b/gdata/services/documents/gdata-documents-folder.c
@@ -1,7 +1,8 @@
 /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
 /*
  * GData Client
- * Copyright (C) Thibault Saunier <saunierthibault gmail com
+ * Copyright (C) Thibault Saunier 2009 <saunierthibault gmail com>
+ * Copyright (C) Philip Withnall 2010 <philip tecnocode co uk>
  *
  * GData Client is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -27,6 +28,8 @@
  *
  * For more details of Google Documents' GData API, see the
  * <ulink type="http://code.google.com/apis/document/docs/2.0/developers_guide_protocol.html";>online documentation</ulink>.
+ *
+ * Since: 0.4.0
  **/
 
 #include <config.h>
diff --git a/gdata/services/documents/gdata-documents-presentation.c b/gdata/services/documents/gdata-documents-presentation.c
index 5525b6a..2239578 100644
--- a/gdata/services/documents/gdata-documents-presentation.c
+++ b/gdata/services/documents/gdata-documents-presentation.c
@@ -2,6 +2,7 @@
 /*
  * GData Client
  * Copyright (C) Thibault Saunier 2009 <saunierthibault gmail com>
+ * Copyright (C) Philip Withnall 2010 <philip tecnocode co uk>
  *
  * GData Client is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -27,6 +28,8 @@
  *
  * For more details of Google Documents' GData API, see the
  * <ulink type="http://code.google.com/apis/document/docs/2.0/developers_guide_protocol.html";>online documentation</ulink>.
+ *
+ * Since: 0.4.0
  **/
 
 #include <config.h>
diff --git a/gdata/services/documents/gdata-documents-query.c b/gdata/services/documents/gdata-documents-query.c
index cf27ff5..9df9e3f 100644
--- a/gdata/services/documents/gdata-documents-query.c
+++ b/gdata/services/documents/gdata-documents-query.c
@@ -29,6 +29,8 @@
  *
  * For more information on the custom GData query parameters supported by #GDataDocumentsQuery, see the <ulink type="http"
  * url="http://code.google.com/apis/documents/docs/2.0/reference.html#Parameters";>online documentation</ulink>.
+ *
+ * Since: 0.4.0
  **/
 
 #include <config.h>
diff --git a/gdata/services/documents/gdata-documents-service.c b/gdata/services/documents/gdata-documents-service.c
index cb12c7d..af490ca 100644
--- a/gdata/services/documents/gdata-documents-service.c
+++ b/gdata/services/documents/gdata-documents-service.c
@@ -2,6 +2,7 @@
 /*
  * GData Client
  * Copyright (C) Thibault Saunier 2009 <saunierthibault gmail com>
+ * Copyright (C) Philip Withnall 2010 <philip tecnocode co uk>
  *
  * GData Client is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -32,6 +33,8 @@
  * Fore more details about the spreadsheet downloads handling, see the
  * <ulink type="http" url="http://groups.google.com/group/Google-Docs-Data-APIs/browse_thread/thread/bfc50e94e303a29a?pli=1";>
  * online explanation about the problem</ulink>.
+ *
+ * Since: 0.4.0
  **/
 
 #include <config.h>
diff --git a/gdata/services/documents/gdata-documents-spreadsheet.c b/gdata/services/documents/gdata-documents-spreadsheet.c
index 2ebf5d9..b44434d 100644
--- a/gdata/services/documents/gdata-documents-spreadsheet.c
+++ b/gdata/services/documents/gdata-documents-spreadsheet.c
@@ -1,7 +1,8 @@
 /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
 /*
  * GData Client
- * Copyright (C) Thibault Saunier <saunierthibault gmail com
+ * Copyright (C) Thibault Saunier 2009 <saunierthibault gmail com>
+ * Copyright (C) Philip Withnall 2010 <philip tecnocode co uk>
  *
  * GData Client is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -27,6 +28,8 @@
  *
  * For more details of Google Documents' GData API, see the <ulink type="http://code.google.com/apis/document/docs/2.0/developers_guide_protocol.html";>
  * online documentation</ulink>.
+ *
+ * Since: 0.4.0
  **/
 
 #include <config.h>
diff --git a/gdata/services/documents/gdata-documents-text.c b/gdata/services/documents/gdata-documents-text.c
index 18449c1..da42d2f 100644
--- a/gdata/services/documents/gdata-documents-text.c
+++ b/gdata/services/documents/gdata-documents-text.c
@@ -2,6 +2,7 @@
 /*
  * GData Client
  * Copyright (C) Thibault Saunier 2009 <saunierthibault gmail com>
+ * Copyright (C) Philip Withnall 2010 <philip tecnocode co uk>
  *
  * GData Client is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -27,6 +28,8 @@
  *
  * For more details of Google Documents' GData API, see the <ulink type="http://code.google.com/apis/document/docs/2.0/developers_guide_protocol.html";>
  * online documentation</ulink>.
+ *
+ * Since: 0.4.0
  **/
 
 #include <config.h>
diff --git a/gdata/services/picasaweb/gdata-picasaweb-album.c b/gdata/services/picasaweb/gdata-picasaweb-album.c
index c3bd556..0d833f9 100644
--- a/gdata/services/picasaweb/gdata-picasaweb-album.c
+++ b/gdata/services/picasaweb/gdata-picasaweb-album.c
@@ -28,6 +28,8 @@
  *
  * For more details of Google PicasaWeb's GData API, see the <ulink type="http" url="http://code.google.com/apis/picasaweb/reference.html";>
  * online documentation</ulink>.
+ *
+ * Since: 0.4.0
  **/
 
 /* TODO: support the album cover/icon ? I think this is already done with the thumbnails, but we don't set it yet :( */
diff --git a/gdata/services/picasaweb/gdata-picasaweb-feed.c b/gdata/services/picasaweb/gdata-picasaweb-feed.c
index 4439669..01e6b0f 100644
--- a/gdata/services/picasaweb/gdata-picasaweb-feed.c
+++ b/gdata/services/picasaweb/gdata-picasaweb-feed.c
@@ -2,7 +2,7 @@
 /*
  * GData Client
  * Copyright (C) Philip Withnall 2009 <philip tecnocode co uk>
- * Copyright (C) Richard Schwarting 2009 <aquarichy gmail com>
+ * Copyright (C) Richard Schwarting 2009â??2010 <aquarichy gmail com>
  *
  * GData Client is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -26,6 +26,8 @@
  *
  * #GDataPicasaWebFeed is a subclass of #GDataFeed to represent properties for a PicasaWeb feed. It adds a couple of
  * properties which are specific to the Google PicasaWeb API.
+ *
+ * Since: 0.6.0
  **/
 
 #include <glib.h>
diff --git a/gdata/services/picasaweb/gdata-picasaweb-file.c b/gdata/services/picasaweb/gdata-picasaweb-file.c
index 488addf..a3a90b6 100644
--- a/gdata/services/picasaweb/gdata-picasaweb-file.c
+++ b/gdata/services/picasaweb/gdata-picasaweb-file.c
@@ -28,6 +28,8 @@
  *
  * For more details of Google PicasaWeb's GData API, see the
  * <ulink type="http" url="http://code.google.com/apis/picasaweb/developers_guide_protocol.html";>online documentation</ulink>.
+ *
+ * Since: 0.4.0
  **/
 
 #include <config.h>
diff --git a/gdata/services/picasaweb/gdata-picasaweb-query.c b/gdata/services/picasaweb/gdata-picasaweb-query.c
index 8fecc29..77542ae 100644
--- a/gdata/services/picasaweb/gdata-picasaweb-query.c
+++ b/gdata/services/picasaweb/gdata-picasaweb-query.c
@@ -29,6 +29,8 @@
  *
  * For more information on the custom GData query parameters supported by #GDataPicasaWebQuery, see the <ulink type="http"
  * url="http://code.google.com/apis/picasaweb/reference.html#Parameters";>online documentation</ulink>.
+ *
+ * Since: 0.4.0
  **/
 
 #include <config.h>
diff --git a/gdata/services/picasaweb/gdata-picasaweb-service.c b/gdata/services/picasaweb/gdata-picasaweb-service.c
index 5957708..8de16bc 100644
--- a/gdata/services/picasaweb/gdata-picasaweb-service.c
+++ b/gdata/services/picasaweb/gdata-picasaweb-service.c
@@ -2,7 +2,7 @@
 /*
  * GData Client
  * Copyright (C) Richard Schwarting 2009 <aquarichy gmail com>
- * Copyright (C) Philip Withnall 2009 <philip tecnocode co uk>
+ * Copyright (C) Philip Withnall 2009â??2010 <philip tecnocode co uk>
  *
  * GData Client is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -29,6 +29,8 @@
  *
  * For more details of PicasaWeb's GData API, see the <ulink type="http" url="http://code.google.com/apis/picasaweb/developers_guide_protocol.html";>
  * online documentation</ulink>.
+ *
+ * Since: 0.4.0
  **/
 
 #include <config.h>
@@ -68,6 +70,8 @@ gdata_picasaweb_service_init (GDataPicasaWebService *self)
  * Builds a URI to use when querying for albums or a user.
  *
  * Return value: a constructed URI; free with g_free()
+ *
+ * Since: 0.4.0
  */
 static gchar *
 create_uri (GDataPicasaWebService *self, const gchar *username, const gchar *type)
diff --git a/gdata/services/picasaweb/gdata-picasaweb-user.c b/gdata/services/picasaweb/gdata-picasaweb-user.c
index 036a100..7d61000 100644
--- a/gdata/services/picasaweb/gdata-picasaweb-user.c
+++ b/gdata/services/picasaweb/gdata-picasaweb-user.c
@@ -26,6 +26,8 @@
  *
  * #GDataPicasaWebUser is a subclass of #GDataEntry to represent properties for a PicasaWeb user. It adds a couple of
  * properties which are specific to the Google PicasaWeb API.
+ *
+ * Since: 0.6.0
  **/
 
 #include <glib.h>
diff --git a/gdata/services/youtube/gdata-youtube-content.c b/gdata/services/youtube/gdata-youtube-content.c
index 82b4790..f1c4e75 100644
--- a/gdata/services/youtube/gdata-youtube-content.c
+++ b/gdata/services/youtube/gdata-youtube-content.c
@@ -1,7 +1,7 @@
 /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
 /*
  * GData Client
- * Copyright (C) Philip Withnall 2009 <philip tecnocode co uk>
+ * Copyright (C) Philip Withnall 2009â??2010 <philip tecnocode co uk>
  *
  * GData Client is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -26,6 +26,8 @@
  * #GDataYouTubeContent represents the YouTube-specific customizations to #GDataMediaContent. For more information,
  * see the <ulink type="http" url="http://code.google.com/apis/youtube/2.0/reference.html#youtube_data_api_tag_media:content";>
  * online documentation</ulink>.
+ *
+ * Since: 0.4.0
  **/
 
 #include <glib.h>
diff --git a/gdata/services/youtube/gdata-youtube-content.h b/gdata/services/youtube/gdata-youtube-content.h
index 4ed1258..c835c96 100644
--- a/gdata/services/youtube/gdata-youtube-content.h
+++ b/gdata/services/youtube/gdata-youtube-content.h
@@ -1,7 +1,7 @@
 /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
 /*
  * GData Client
- * Copyright (C) Philip Withnall 2009 <philip tecnocode co uk>
+ * Copyright (C) Philip Withnall 2009â??2010 <philip tecnocode co uk>
  *
  * GData Client is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -60,6 +60,8 @@ typedef struct _GDataYouTubeContentPrivate	GDataYouTubeContentPrivate;
  * GDataYouTubeContent:
  *
  * All the fields in the #GDataYouTubeContent structure are private and should never be accessed directly.
+ *
+ * Since: 0.4.0
  **/
 typedef struct {
 	GDataMediaContent parent;
diff --git a/gdata/services/youtube/gdata-youtube-credit.c b/gdata/services/youtube/gdata-youtube-credit.c
index 2827e8d..0809caa 100644
--- a/gdata/services/youtube/gdata-youtube-credit.c
+++ b/gdata/services/youtube/gdata-youtube-credit.c
@@ -26,6 +26,8 @@
  * #GDataYouTubeCredit represents the YouTube-specific customizations to #GDataMediaCredit. For more information,
  * see the <ulink type="http" url="http://code.google.com/apis/youtube/2.0/reference.html#youtube_data_api_tag_media:credit";>
  * online documentation</ulink>.
+ *
+ * Since: 0.4.0
  **/
 
 #include <glib.h>
diff --git a/gdata/services/youtube/gdata-youtube-credit.h b/gdata/services/youtube/gdata-youtube-credit.h
index a10b5ea..9cd280d 100644
--- a/gdata/services/youtube/gdata-youtube-credit.h
+++ b/gdata/services/youtube/gdata-youtube-credit.h
@@ -1,7 +1,7 @@
 /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
 /*
  * GData Client
- * Copyright (C) Philip Withnall 2009 <philip tecnocode co uk>
+ * Copyright (C) Philip Withnall 2009â??2010 <philip tecnocode co uk>
  *
  * GData Client is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -41,6 +41,8 @@ typedef struct _GDataYouTubeCreditPrivate	GDataYouTubeCreditPrivate;
  * GDataYouTubeCredit:
  *
  * All the fields in the #GDataYouTubeCredit structure are private and should never be accessed directly.
+ *
+ * Since: 0.4.0
  **/
 typedef struct {
 	GDataMediaCredit parent;
diff --git a/gdata/services/youtube/gdata-youtube-query.c b/gdata/services/youtube/gdata-youtube-query.c
index a6e94a5..be014ab 100644
--- a/gdata/services/youtube/gdata-youtube-query.c
+++ b/gdata/services/youtube/gdata-youtube-query.c
@@ -28,6 +28,8 @@
  *
  * For more information on the custom GData query parameters supported by #GDataYouTubeQuery, see the <ulink type="http"
  * url="http://code.google.com/apis/youtube/2.0/reference.html#Custom_parameters";>online documentation</ulink>.
+ *
+ * Since: 0.3.0
  **/
 
 #include <config.h>
diff --git a/gdata/services/youtube/gdata-youtube-state.c b/gdata/services/youtube/gdata-youtube-state.c
index 48641b9..3d05062 100644
--- a/gdata/services/youtube/gdata-youtube-state.c
+++ b/gdata/services/youtube/gdata-youtube-state.c
@@ -25,6 +25,8 @@
  *
  * #GDataYouTubeState represents a "state" element from the
  * <ulink type="http" url="http://code.google.com/apis/youtube/2.0/reference.html#youtube_data_api_tag_yt:state";>YouTube namespace</ulink>.
+ *
+ * Since: 0.4.0
  **/
 
 #include <glib.h>
diff --git a/gdata/services/youtube/gdata-youtube-video.c b/gdata/services/youtube/gdata-youtube-video.c
index 812fce5..23f5198 100644
--- a/gdata/services/youtube/gdata-youtube-video.c
+++ b/gdata/services/youtube/gdata-youtube-video.c
@@ -1090,6 +1090,8 @@ gdata_youtube_video_get_player_uri (GDataYouTubeVideo *self)
  * The return value from this function is purely informational, and no obligation is assumed.
  *
  * Return value: %TRUE if the video is restricted in @country, %FALSE otherwise
+ *
+ * Since: 0.4.0
  **/
 gboolean
 gdata_youtube_video_is_restricted_in_country (GDataYouTubeVideo *self, const gchar *country)



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