summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2010-03-22 18:16:12 +0000
committerPhilip Withnall <philip@tecnocode.co.uk>2010-03-22 18:17:27 +0000
commita739a08ba28fae9f6c38bf085e30e5b0fe25acf8 (patch)
treee519fc8b2185b26cf3600415568a2ffa24d4c886
parent6a5d3da539dbf124f6a795fc2b74ee82647b91a2 (diff)
downloadlibgdata-a739a08ba28fae9f6c38bf085e30e5b0fe25acf8.tar.gz
[docs] Added missing Since tags
-rw-r--r--gdata/atom/gdata-author.c2
-rw-r--r--gdata/atom/gdata-category.c2
-rw-r--r--gdata/atom/gdata-link.c2
-rw-r--r--gdata/gd/gdata-gd-email-address.c2
-rw-r--r--gdata/gd/gdata-gd-email-address.h4
-rw-r--r--gdata/gd/gdata-gd-im-address.c2
-rw-r--r--gdata/gd/gdata-gd-im-address.h4
-rw-r--r--gdata/gd/gdata-gd-name.c2
-rw-r--r--gdata/gd/gdata-gd-organization.c2
-rw-r--r--gdata/gd/gdata-gd-organization.h4
-rw-r--r--gdata/gd/gdata-gd-phone-number.c2
-rw-r--r--gdata/gd/gdata-gd-phone-number.h4
-rw-r--r--gdata/gd/gdata-gd-postal-address.c2
-rw-r--r--gdata/gd/gdata-gd-postal-address.h4
-rw-r--r--gdata/gd/gdata-gd-reminder.c2
-rw-r--r--gdata/gd/gdata-gd-reminder.h4
-rw-r--r--gdata/gd/gdata-gd-when.c2
-rw-r--r--gdata/gd/gdata-gd-when.h4
-rw-r--r--gdata/gd/gdata-gd-where.c4
-rw-r--r--gdata/gd/gdata-gd-where.h4
-rw-r--r--gdata/gd/gdata-gd-who.c4
-rw-r--r--gdata/gd/gdata-gd-who.h4
-rw-r--r--gdata/gdata-access-handler.c4
-rw-r--r--gdata/gdata-access-rule.c2
-rw-r--r--gdata/gdata-parsable.c8
-rw-r--r--gdata/media/gdata-media-category.c2
-rw-r--r--gdata/media/gdata-media-content.c2
-rw-r--r--gdata/media/gdata-media-content.h4
-rw-r--r--gdata/media/gdata-media-credit.c2
-rw-r--r--gdata/services/contacts/gdata-contacts-contact.c2
-rw-r--r--gdata/services/contacts/gdata-contacts-contact.h6
-rw-r--r--gdata/services/contacts/gdata-contacts-query.c2
-rw-r--r--gdata/services/contacts/gdata-contacts-query.h6
-rw-r--r--gdata/services/contacts/gdata-contacts-service.c2
-rw-r--r--gdata/services/contacts/gdata-contacts-service.h6
-rw-r--r--gdata/services/documents/gdata-documents-feed.c3
-rw-r--r--gdata/services/documents/gdata-documents-folder.c5
-rw-r--r--gdata/services/documents/gdata-documents-presentation.c3
-rw-r--r--gdata/services/documents/gdata-documents-query.c2
-rw-r--r--gdata/services/documents/gdata-documents-service.c3
-rw-r--r--gdata/services/documents/gdata-documents-spreadsheet.c5
-rw-r--r--gdata/services/documents/gdata-documents-text.c3
-rw-r--r--gdata/services/picasaweb/gdata-picasaweb-album.c2
-rw-r--r--gdata/services/picasaweb/gdata-picasaweb-feed.c4
-rw-r--r--gdata/services/picasaweb/gdata-picasaweb-file.c2
-rw-r--r--gdata/services/picasaweb/gdata-picasaweb-query.c2
-rw-r--r--gdata/services/picasaweb/gdata-picasaweb-service.c6
-rw-r--r--gdata/services/picasaweb/gdata-picasaweb-user.c2
-rw-r--r--gdata/services/youtube/gdata-youtube-content.c4
-rw-r--r--gdata/services/youtube/gdata-youtube-content.h4
-rw-r--r--gdata/services/youtube/gdata-youtube-credit.c2
-rw-r--r--gdata/services/youtube/gdata-youtube-credit.h4
-rw-r--r--gdata/services/youtube/gdata-youtube-query.c2
-rw-r--r--gdata/services/youtube/gdata-youtube-state.c2
-rw-r--r--gdata/services/youtube/gdata-youtube-video.c2
55 files changed, 155 insertions, 21 deletions
diff --git a/gdata/atom/gdata-author.c b/gdata/atom/gdata-author.c
index 933ea5af..d214e256 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 2adcb1f1..810d717b 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 7fa7ceb2..5e07400a 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 7ac500a5..12b8880d 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 32887b27..fa78a0ca 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 27c74dc4..4199952f 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 eb17b212..0c4e97d8 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 68800439..9079f355 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 648f62ec..12ea1375 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 8b3e6f3f..3d3ad0bd 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 cc27c96f..2cdb19b9 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 b69f417b..37b92794 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 7163cf08..1d579f2e 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 a5ca30cf..7528a79e 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 3cc4ecc2..c21fe345 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 d989b543..51d95a63 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 a3ae1463..5a7046f0 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 a16f4778..1e191d15 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 c8be2884..995f7d22 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 7cc5cec7..ccfeaba5 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 3423664b..32b29487 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 303aecc9..0bda4a42 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 4b5fe99a..faa299a1 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 d5920d86..618b30a0 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 9b7e4de7..86f59b25 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 34e0cf82..98c2e004 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 2b5dc4ed..b49636f3 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 fff4adef..828a3e9e 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 2caa8ada..e2e0a7e3 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 26fea7b3..277437de 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 2beb5d46..8c384c0a 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 3a61e46c..6af5d8d6 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 00419835..657b8634 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 e83de473..56037a12 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 e5b06ce0..dd02460c 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 91e9e135..df62f453 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 e843cea9..3a87bd9d 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 5525b6a6..22395784 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 cf27ff5c..9df9e3fe 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 cb12c7d6..af490ca8 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 2ebf5d96..b44434db 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 18449c19..da42d2fb 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 c3bd5562..0d833f9c 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 44396692..01e6b0f1 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 488addf5..a3a90b6f 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 8fecc29d..77542ae1 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 59577082..8de16bc6 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 036a100d..7d610003 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 82b47903..f1c4e751 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 4ed12583..c835c96e 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 2827e8da..0809caaf 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 a10b5eaf..9cd280de 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 a6e94a54..be014ab6 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 48641b95..3d050627 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 812fce53..23f5198d 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)