[libgdata] [gd] Update documentation links
- From: Philip Withnall <pwithnall src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [libgdata] [gd] Update documentation links
- Date: Wed, 20 Jan 2010 21:10:14 +0000 (UTC)
commit 6ce5aa368cdab2f885d8d99f9bebd3b735fb2fcd
Author: Philip Withnall <philip tecnocode co uk>
Date: Wed Jan 20 21:09:11 2010 +0000
[gd] Update documentation links
Update the documentation links to point to the version of the GData
specification which is implemented (2.0, whereas it used to be 1.0), and fix
a few small documentation bugs for the gd namespace.
docs/reference/gdata-docs.xml | 1 +
gdata/gd/gdata-gd-email-address.c | 14 ++++++++------
gdata/gd/gdata-gd-im-address.c | 14 +++++++-------
gdata/gd/gdata-gd-organization.c | 6 ++++--
gdata/gd/gdata-gd-phone-number.c | 14 +++++++-------
gdata/gd/gdata-gd-postal-address.c | 5 +++--
gdata/gd/gdata-gd-reminder.c | 12 ++++++------
gdata/gd/gdata-gd-when.c | 12 ++++++------
gdata/gd/gdata-gd-where.c | 10 +++++-----
gdata/gd/gdata-gd-who.c | 10 +++++-----
10 files changed, 52 insertions(+), 46 deletions(-)
---
diff --git a/docs/reference/gdata-docs.xml b/docs/reference/gdata-docs.xml
index 16dba24..f2f241b 100644
--- a/docs/reference/gdata-docs.xml
+++ b/docs/reference/gdata-docs.xml
@@ -55,6 +55,7 @@
<title>GData API</title>
<xi:include href="xml/gdata-gd-email-address.xml"/>
<xi:include href="xml/gdata-gd-im-address.xml"/>
+ <xi:include href="xml/gdata-gd-name.xml"/>
<xi:include href="xml/gdata-gd-organization.xml"/>
<xi:include href="xml/gdata-gd-phone-number.xml"/>
<xi:include href="xml/gdata-gd-postal-address.xml"/>
diff --git a/gdata/gd/gdata-gd-email-address.c b/gdata/gd/gdata-gd-email-address.c
index b6bc7c4..a7e4ec4 100644
--- a/gdata/gd/gdata-gd-email-address.c
+++ b/gdata/gd/gdata-gd-email-address.c
@@ -24,9 +24,11 @@
* @include: gdata/gd/gdata-gd-email-address.h
*
* #GDataGDEmailAddress represents an "email" element from the
- * <ulink type="http" url="http://code.google.com/apis/gdata/docs/1.0/elements.html#gdEmail">GData specification</ulink>.
+ * <ulink type="http" url="http://code.google.com/apis/gdata/docs/2.0/elements.html#gdEmail">GData specification</ulink>.
**/
+/* TODO: Implement "displayName": http://code.google.com/apis/gdata/docs/2.0/elements.html#gdEmail */
+
#include <glib.h>
#include <libxml/parser.h>
@@ -82,7 +84,7 @@ gdata_gd_email_address_class_init (GDataGDEmailAddressClass *klass)
* The e-mail address itself.
*
* For more information, see the
- * <ulink type="http" url="http://code.google.com/apis/gdata/docs/1.0/elements.html#gdEmail">GData specification</ulink>.
+ * <ulink type="http" url="http://code.google.com/apis/gdata/docs/2.0/elements.html#gdEmail">GData specification</ulink>.
*
* Since: 0.4.0
**/
@@ -98,7 +100,7 @@ gdata_gd_email_address_class_init (GDataGDEmailAddressClass *klass)
* A programmatic value that identifies the type of e-mail address.
*
* For more information, see the
- * <ulink type="http" url="http://code.google.com/apis/gdata/docs/1.0/elements.html#gdEmail">GData specification</ulink>.
+ * <ulink type="http" url="http://code.google.com/apis/gdata/docs/2.0/elements.html#gdEmail">GData specification</ulink>.
*
* Since: 0.4.0
**/
@@ -114,7 +116,7 @@ gdata_gd_email_address_class_init (GDataGDEmailAddressClass *klass)
* A simple string value used to name this e-mail address. It allows UIs to display a label such as "Work", "Personal", "Preferred", etc.
*
* For more information, see the
- * <ulink type="http" url="http://code.google.com/apis/gdata/docs/1.0/elements.html#gdEmail">GData specification</ulink>.
+ * <ulink type="http" url="http://code.google.com/apis/gdata/docs/2.0/elements.html#gdEmail">GData specification</ulink>.
*
* Since: 0.4.0
**/
@@ -130,7 +132,7 @@ gdata_gd_email_address_class_init (GDataGDEmailAddressClass *klass)
* Indicates which e-mail address out of a group is primary.
*
* For more information, see the
- * <ulink type="http" url="http://code.google.com/apis/gdata/docs/1.0/elements.html#gdEmail">GData specification</ulink>.
+ * <ulink type="http" url="http://code.google.com/apis/gdata/docs/2.0/elements.html#gdEmail">GData specification</ulink>.
*
* Since: 0.4.0
**/
@@ -288,7 +290,7 @@ get_namespaces (GDataParsable *parsable, GHashTable *namespaces)
* @is_primary: %TRUE if this e-mail address is its owner's primary address, %FALSE otherwise
*
* Creates a new #GDataGDEmailAddress. More information is available in the <ulink type="http"
- * url="http://code.google.com/apis/gdata/docs/1.0/elements.html#gdEmail">GData specification</ulink>.
+ * url="http://code.google.com/apis/gdata/docs/2.0/elements.html#gdEmail">GData specification</ulink>.
*
* Return value: a new #GDataGDEmailAddress, or %NULL; unref with g_object_unref()
*
diff --git a/gdata/gd/gdata-gd-im-address.c b/gdata/gd/gdata-gd-im-address.c
index 074193b..7e202a1 100644
--- a/gdata/gd/gdata-gd-im-address.c
+++ b/gdata/gd/gdata-gd-im-address.c
@@ -24,7 +24,7 @@
* @include: gdata/gd/gdata-gd-im-address.h
*
* #GDataGDIMAddress represents an "im" element from the
- * <ulink type="http" url="http://code.google.com/apis/gdata/docs/1.0/elements.html#gdIm">GData specification</ulink>.
+ * <ulink type="http" url="http://code.google.com/apis/gdata/docs/2.0/elements.html#gdIm">GData specification</ulink>.
**/
#include <glib.h>
@@ -84,7 +84,7 @@ gdata_gd_im_address_class_init (GDataGDIMAddressClass *klass)
* The IM address itself.
*
* For more information, see the
- * <ulink type="http" url="http://code.google.com/apis/gdata/docs/1.0/elements.html#gdIm">GData specification</ulink>.
+ * <ulink type="http" url="http://code.google.com/apis/gdata/docs/2.0/elements.html#gdIm">GData specification</ulink>.
*
* Since: 0.4.0
**/
@@ -100,7 +100,7 @@ gdata_gd_im_address_class_init (GDataGDIMAddressClass *klass)
* Identifies the IM network.
*
* For more information, see the
- * <ulink type="http" url="http://code.google.com/apis/gdata/docs/1.0/elements.html#gdIm">GData specification</ulink>.
+ * <ulink type="http" url="http://code.google.com/apis/gdata/docs/2.0/elements.html#gdIm">GData specification</ulink>.
*
* Since: 0.4.0
**/
@@ -116,7 +116,7 @@ gdata_gd_im_address_class_init (GDataGDIMAddressClass *klass)
* A programmatic value that identifies the type of IM address.
*
* For more information, see the
- * <ulink type="http" url="http://code.google.com/apis/gdata/docs/1.0/elements.html#gdIm">GData specification</ulink>.
+ * <ulink type="http" url="http://code.google.com/apis/gdata/docs/2.0/elements.html#gdIm">GData specification</ulink>.
*
* Since: 0.4.0
**/
@@ -132,7 +132,7 @@ gdata_gd_im_address_class_init (GDataGDIMAddressClass *klass)
* A simple string value used to name this IM address. It allows UIs to display a label such as "Work", "Personal", "Preferred", etc.
*
* For more information, see the
- * <ulink type="http" url="http://code.google.com/apis/gdata/docs/1.0/elements.html#gdIm">GData specification</ulink>.
+ * <ulink type="http" url="http://code.google.com/apis/gdata/docs/2.0/elements.html#gdIm">GData specification</ulink>.
*
* Since: 0.4.0
**/
@@ -148,7 +148,7 @@ gdata_gd_im_address_class_init (GDataGDIMAddressClass *klass)
* Indicates which IM address out of a group is primary.
*
* For more information, see the
- * <ulink type="http" url="http://code.google.com/apis/gdata/docs/1.0/elements.html#gdIm">GData specification</ulink>.
+ * <ulink type="http" url="http://code.google.com/apis/gdata/docs/2.0/elements.html#gdIm">GData specification</ulink>.
*
* Since: 0.4.0
**/
@@ -322,7 +322,7 @@ get_namespaces (GDataParsable *parsable, GHashTable *namespaces)
* @is_primary: %TRUE if this IM address is its owner's primary address, %FALSE otherwise
*
* Creates a new #GDataGDIMAddress. More information is available in the <ulink type="http"
- * url="http://code.google.com/apis/gdata/docs/1.0/elements.html#gdIm">GData specification</ulink>.
+ * url="http://code.google.com/apis/gdata/docs/2.0/elements.html#gdIm">GData specification</ulink>.
*
* Return value: a new #GDataGDIMAddress, or %NULL; unref with g_object_unref()
*
diff --git a/gdata/gd/gdata-gd-organization.c b/gdata/gd/gdata-gd-organization.c
index 29c3eb4..32a328b 100644
--- a/gdata/gd/gdata-gd-organization.c
+++ b/gdata/gd/gdata-gd-organization.c
@@ -24,9 +24,11 @@
* @include: gdata/gd/gdata-gd-organization.h
*
* #GDataGDOrganization represents an "organization" element from the
- * <ulink type="http" url="http://code.google.com/apis/gdata/docs/1.0/elements.html#gdOrganization">GData specification</ulink>.
+ * <ulink type="http" url="http://code.google.com/apis/gdata/docs/2.0/elements.html#gdOrganization">GData specification</ulink>.
**/
+/* TODO: Implement "where": http://code.google.com/apis/gdata/docs/2.0/elements.html#gdOrganization */
+
#include <glib.h>
#include <libxml/parser.h>
@@ -466,7 +468,7 @@ get_namespaces (GDataParsable *parsable, GHashTable *namespaces)
* @is_primary: %TRUE if this organization is its owner's primary organization, %FALSE otherwise
*
* Creates a new #GDataGDOrganization. More information is available in the <ulink type="http"
- * url="http://code.google.com/apis/gdata/docs/1.0/elements.html#gdOrganization">GData specification</ulink>.
+ * url="http://code.google.com/apis/gdata/docs/2.0/elements.html#gdOrganization">GData specification</ulink>.
*
* Return value: a new #GDataGDOrganization, or %NULL; unref with g_object_unref()
*
diff --git a/gdata/gd/gdata-gd-phone-number.c b/gdata/gd/gdata-gd-phone-number.c
index 16761d7..72934de 100644
--- a/gdata/gd/gdata-gd-phone-number.c
+++ b/gdata/gd/gdata-gd-phone-number.c
@@ -24,7 +24,7 @@
* @include: gdata/gd/gdata-gd-phone-number.h
*
* #GDataGDPhoneNumber represents a "phoneNumber" element from the
- * <ulink type="http" url="http://code.google.com/apis/gdata/docs/1.0/elements.html#gdPhoneNumber">GData specification</ulink>.
+ * <ulink type="http" url="http://code.google.com/apis/gdata/docs/2.0/elements.html#gdPhoneNumber">GData specification</ulink>.
**/
#include <glib.h>
@@ -89,7 +89,7 @@ gdata_gd_phone_number_class_init (GDataGDPhoneNumberClass *klass)
* Human-readable phone number; may be in any telephone number format.
*
* For more information, see the
- * <ulink type="http" url="http://code.google.com/apis/gdata/docs/1.0/elements.html#gdPhoneNumber">GData specification</ulink>.
+ * <ulink type="http" url="http://code.google.com/apis/gdata/docs/2.0/elements.html#gdPhoneNumber">GData specification</ulink>.
*
* Since: 0.4.0
**/
@@ -105,7 +105,7 @@ gdata_gd_phone_number_class_init (GDataGDPhoneNumberClass *klass)
* An optional "tel URI" used to represent the number in a formal way, useful for programmatic access, such as a VoIP/PSTN bridge.
*
* For more information, see the
- * <ulink type="http" url="http://code.google.com/apis/gdata/docs/1.0/elements.html#gdPhoneNumber">GData specification</ulink>.
+ * <ulink type="http" url="http://code.google.com/apis/gdata/docs/2.0/elements.html#gdPhoneNumber">GData specification</ulink>.
*
* Since: 0.4.0
**/
@@ -121,7 +121,7 @@ gdata_gd_phone_number_class_init (GDataGDPhoneNumberClass *klass)
* A programmatic value that identifies the type of phone number.
*
* For more information, see the
- * <ulink type="http" url="http://code.google.com/apis/gdata/docs/1.0/elements.html#gdPhoneNumber">GData specification</ulink>.
+ * <ulink type="http" url="http://code.google.com/apis/gdata/docs/2.0/elements.html#gdPhoneNumber">GData specification</ulink>.
*
* Since: 0.4.0
**/
@@ -137,7 +137,7 @@ gdata_gd_phone_number_class_init (GDataGDPhoneNumberClass *klass)
* A simple string value used to name this phone number. It allows UIs to display a label such as "Mobile", "Home", "Work", etc.
*
* For more information, see the
- * <ulink type="http" url="http://code.google.com/apis/gdata/docs/1.0/elements.html#gdPhoneNumber">GData specification</ulink>.
+ * <ulink type="http" url="http://code.google.com/apis/gdata/docs/2.0/elements.html#gdPhoneNumber">GData specification</ulink>.
*
* Since: 0.4.0
**/
@@ -153,7 +153,7 @@ gdata_gd_phone_number_class_init (GDataGDPhoneNumberClass *klass)
* Indicates which phone number out of a group is primary.
*
* For more information, see the
- * <ulink type="http" url="http://code.google.com/apis/gdata/docs/1.0/elements.html#gdPhoneNumber">GData specification</ulink>.
+ * <ulink type="http" url="http://code.google.com/apis/gdata/docs/2.0/elements.html#gdPhoneNumber">GData specification</ulink>.
*
* Since: 0.4.0
**/
@@ -348,7 +348,7 @@ get_namespaces (GDataParsable *parsable, GHashTable *namespaces)
* @is_primary: %TRUE if this phone number is its owner's primary number, %FALSE otherwise
*
* Creates a new #GDataGDPhoneNumber. More information is available in the <ulink type="http"
- * url="http://code.google.com/apis/gdata/docs/1.0/elements.html#gdPhoneNumber">GData specification</ulink>.
+ * url="http://code.google.com/apis/gdata/docs/2.0/elements.html#gdPhoneNumber">GData specification</ulink>.
*
* Return value: a new #GDataGDPhoneNumber, or %NULL; unref with g_object_unref()
*
diff --git a/gdata/gd/gdata-gd-postal-address.c b/gdata/gd/gdata-gd-postal-address.c
index e306c66..5dc222d 100644
--- a/gdata/gd/gdata-gd-postal-address.c
+++ b/gdata/gd/gdata-gd-postal-address.c
@@ -23,8 +23,9 @@
* @stability: Unstable
* @include: gdata/gd/gdata-gd-postal-address.h
*
- * #GDataGDPostalAddress represents an "postal" element from the
- * <ulink type="http" url="http://code.google.com/apis/gdata/docs/1.0/elements.html#gdPostalAddress">GData specification</ulink>.
+ * #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.
**/
#include <glib.h>
diff --git a/gdata/gd/gdata-gd-reminder.c b/gdata/gd/gdata-gd-reminder.c
index 3b606af..18ec24c 100644
--- a/gdata/gd/gdata-gd-reminder.c
+++ b/gdata/gd/gdata-gd-reminder.c
@@ -24,7 +24,7 @@
* @include: gdata/gd/gdata-gd-reminder.h
*
* #GDataGDReminder represents a "reminder" element from the
- * <ulink type="http" url="http://code.google.com/apis/gdata/docs/1.0/elements.html#gdReminder">GData specification</ulink>.
+ * <ulink type="http" url="http://code.google.com/apis/gdata/docs/2.0/elements.html#gdReminder">GData specification</ulink>.
**/
#include <glib.h>
@@ -82,7 +82,7 @@ gdata_gd_reminder_class_init (GDataGDReminderClass *klass)
* The notification method the reminder should use.
*
* For more information, see the
- * <ulink type="http" url="http://code.google.com/apis/gdata/docs/1.0/elements.html#gdReminder">GData specification</ulink>.
+ * <ulink type="http" url="http://code.google.com/apis/gdata/docs/2.0/elements.html#gdReminder">GData specification</ulink>.
*
* Since: 0.4.0
**/
@@ -98,7 +98,7 @@ gdata_gd_reminder_class_init (GDataGDReminderClass *klass)
* Absolute time at which the reminder should be issued.
*
* For more information, see the
- * <ulink type="http" url="http://code.google.com/apis/gdata/docs/1.0/elements.html#gdReminder">GData specification</ulink>.
+ * <ulink type="http" url="http://code.google.com/apis/gdata/docs/2.0/elements.html#gdReminder">GData specification</ulink>.
*
* Since: 0.4.0
**/
@@ -114,7 +114,7 @@ gdata_gd_reminder_class_init (GDataGDReminderClass *klass)
* Whether the reminder is specified in terms of an absolute or relative time.
*
* For more information, see the
- * <ulink type="http" url="http://code.google.com/apis/gdata/docs/1.0/elements.html#gdReminder">GData specification</ulink>.
+ * <ulink type="http" url="http://code.google.com/apis/gdata/docs/2.0/elements.html#gdReminder">GData specification</ulink>.
*
* Since: 0.4.0
**/
@@ -130,7 +130,7 @@ gdata_gd_reminder_class_init (GDataGDReminderClass *klass)
* Time at which the reminder should be issued, in minutes relative to the start time of the corresponding event.
*
* For more information, see the
- * <ulink type="http" url="http://code.google.com/apis/gdata/docs/1.0/elements.html#gdReminder">GData specification</ulink>.
+ * <ulink type="http" url="http://code.google.com/apis/gdata/docs/2.0/elements.html#gdReminder">GData specification</ulink>.
*
* Since: 0.4.0
**/
@@ -289,7 +289,7 @@ get_namespaces (GDataParsable *parsable, GHashTable *namespaces)
* @relative_time: the relative time for the reminder, in minutes, or %-1
*
* Creates a new #GDataGDReminder. More information is available in the <ulink type="http"
- * url="http://code.google.com/apis/gdata/docs/1.0/elements.html#gdReminder">GData specification</ulink>.
+ * url="http://code.google.com/apis/gdata/docs/2.0/elements.html#gdReminder">GData specification</ulink>.
*
* Return value: a new #GDataGDReminder, or %NULL; unref with g_object_unref()
*
diff --git a/gdata/gd/gdata-gd-when.c b/gdata/gd/gdata-gd-when.c
index aec3337..724be77 100644
--- a/gdata/gd/gdata-gd-when.c
+++ b/gdata/gd/gdata-gd-when.c
@@ -24,7 +24,7 @@
* @include: gdata/gd/gdata-gd-when.h
*
* #GDataGDWhen represents a "when" element from the
- * <ulink type="http" url="http://code.google.com/apis/gdata/docs/1.0/elements.html#gdWhen">GData specification</ulink>.
+ * <ulink type="http" url="http://code.google.com/apis/gdata/docs/2.0/elements.html#gdWhen">GData specification</ulink>.
**/
#include <glib.h>
@@ -94,7 +94,7 @@ gdata_gd_when_class_init (GDataGDWhenClass *klass)
* The name of the when.
*
* For more information, see the
- * <ulink type="http" url="http://code.google.com/apis/gdata/docs/1.0/elements.html#gdWhen">GData specification</ulink>.
+ * <ulink type="http" url="http://code.google.com/apis/gdata/docs/2.0/elements.html#gdWhen">GData specification</ulink>.
*
* Since: 0.4.0
**/
@@ -110,7 +110,7 @@ gdata_gd_when_class_init (GDataGDWhenClass *klass)
* The title of a person within the when.
*
* For more information, see the
- * <ulink type="http" url="http://code.google.com/apis/gdata/docs/1.0/elements.html#gdWhen">GData specification</ulink>.
+ * <ulink type="http" url="http://code.google.com/apis/gdata/docs/2.0/elements.html#gdWhen">GData specification</ulink>.
*
* Since: 0.4.0
**/
@@ -126,7 +126,7 @@ gdata_gd_when_class_init (GDataGDWhenClass *klass)
* A programmatic value that identifies the type of when.
*
* For more information, see the
- * <ulink type="http" url="http://code.google.com/apis/gdata/docs/1.0/elements.html#gdWhen">GData specification</ulink>.
+ * <ulink type="http" url="http://code.google.com/apis/gdata/docs/2.0/elements.html#gdWhen">GData specification</ulink>.
*
* Since: 0.4.0
**/
@@ -143,7 +143,7 @@ gdata_gd_when_class_init (GDataGDWhenClass *klass)
* "Professional Society", etc.
*
* For more information, see the
- * <ulink type="http" url="http://code.google.com/apis/gdata/docs/1.0/elements.html#gdWhen">GData specification</ulink>.
+ * <ulink type="http" url="http://code.google.com/apis/gdata/docs/2.0/elements.html#gdWhen">GData specification</ulink>.
*
* Since: 0.4.0
**/
@@ -374,7 +374,7 @@ get_namespaces (GDataParsable *parsable, GHashTable *namespaces)
* @is_date: %TRUE if @start_time and @end_time specify dates rather than times, %FALSE otherwise
*
* Creates a new #GDataGDWhen. More information is available in the <ulink type="http"
- * url="http://code.google.com/apis/gdata/docs/1.0/elements.html#gdWhen">GData specification</ulink>.
+ * url="http://code.google.com/apis/gdata/docs/2.0/elements.html#gdWhen">GData specification</ulink>.
*
* Return value: a new #GDataGDWhen, or %NULL; unref with g_object_unref()
*
diff --git a/gdata/gd/gdata-gd-where.c b/gdata/gd/gdata-gd-where.c
index d3db504..12c8a60 100644
--- a/gdata/gd/gdata-gd-where.c
+++ b/gdata/gd/gdata-gd-where.c
@@ -24,7 +24,7 @@
* @include: gdata/gd/gdata-gd-where.h
*
* #GDataGDWhere represents a "where" element from the
- * <ulink type="http" url="http://code.google.com/apis/gdata/docs/1.0/elements.html#gdWhere">GData specification</ulink>.
+ * <ulink type="http" url="http://code.google.com/apis/gdata/docs/2.0/elements.html#gdWhere">GData specification</ulink>.
**/
#include <glib.h>
@@ -84,7 +84,7 @@ gdata_gd_where_class_init (GDataGDWhereClass *klass)
* Specifies the relationship between the containing entity and the contained location.
*
* For more information, see the
- * <ulink type="http" url="http://code.google.com/apis/gdata/docs/1.0/elements.html#gdWhere">GData specification</ulink>.
+ * <ulink type="http" url="http://code.google.com/apis/gdata/docs/2.0/elements.html#gdWhere">GData specification</ulink>.
*
* Since: 0.4.0
**/
@@ -100,7 +100,7 @@ gdata_gd_where_class_init (GDataGDWhereClass *klass)
* A simple string value that can be used as a representation of this location.
*
* For more information, see the
- * <ulink type="http" url="http://code.google.com/apis/gdata/docs/1.0/elements.html#gdWhere">GData specification</ulink>.
+ * <ulink type="http" url="http://code.google.com/apis/gdata/docs/2.0/elements.html#gdWhere">GData specification</ulink>.
*
* Since: 0.4.0
**/
@@ -116,7 +116,7 @@ gdata_gd_where_class_init (GDataGDWhereClass *klass)
* Specifies a user-readable label to distinguish this location from other locations.
*
* For more information, see the
- * <ulink type="http" url="http://code.google.com/apis/gdata/docs/1.0/elements.html#gdWhere">GData specification</ulink>.
+ * <ulink type="http" url="http://code.google.com/apis/gdata/docs/2.0/elements.html#gdWhere">GData specification</ulink>.
*
* Since: 0.4.0
**/
@@ -262,7 +262,7 @@ get_namespaces (GDataParsable *parsable, GHashTable *namespaces)
* @label: a human-readable label for the place, or %NULL
*
* Creates a new #GDataGDWhere. More information is available in the <ulink type="http"
- * url="http://code.google.com/apis/gdata/docs/1.0/elements.html#gdWhere">GData specification</ulink>.
+ * url="http://code.google.com/apis/gdata/docs/2.0/elements.html#gdWhere">GData specification</ulink>.
*
* Currently, entryLink functionality is not implemented in #GDataGDWhere.
*
diff --git a/gdata/gd/gdata-gd-who.c b/gdata/gd/gdata-gd-who.c
index 5d0a5de..93693b6 100644
--- a/gdata/gd/gdata-gd-who.c
+++ b/gdata/gd/gdata-gd-who.c
@@ -24,7 +24,7 @@
* @include: gdata/gd/gdata-gd-who.h
*
* #GDataGDWho represents an "who" element from the
- * <ulink type="http" url="http://code.google.com/apis/gdata/docs/1.0/elements.html#gdWho">GData specification</ulink>.
+ * <ulink type="http" url="http://code.google.com/apis/gdata/docs/2.0/elements.html#gdWho">GData specification</ulink>.
**/
#include <glib.h>
@@ -84,7 +84,7 @@ gdata_gd_who_class_init (GDataGDWhoClass *klass)
* Specifies the relationship between the containing entity and the contained person.
*
* For more information, see the
- * <ulink type="http" url="http://code.google.com/apis/gdata/docs/1.0/elements.html#gdWho">GData specification</ulink>.
+ * <ulink type="http" url="http://code.google.com/apis/gdata/docs/2.0/elements.html#gdWho">GData specification</ulink>.
*
* Since: 0.4.0
**/
@@ -100,7 +100,7 @@ gdata_gd_who_class_init (GDataGDWhoClass *klass)
* A simple string value that can be used as a representation of this person.
*
* For more information, see the
- * <ulink type="http" url="http://code.google.com/apis/gdata/docs/1.0/elements.html#gdWho">GData specification</ulink>.
+ * <ulink type="http" url="http://code.google.com/apis/gdata/docs/2.0/elements.html#gdWho">GData specification</ulink>.
*
* Since: 0.4.0
**/
@@ -116,7 +116,7 @@ gdata_gd_who_class_init (GDataGDWhoClass *klass)
* The e-mail address of the person represented by the #GDataWho.
*
* For more information, see the
- * <ulink type="http" url="http://code.google.com/apis/gdata/docs/1.0/elements.html#gdWho">GData specification</ulink>.
+ * <ulink type="http" url="http://code.google.com/apis/gdata/docs/2.0/elements.html#gdWho">GData specification</ulink>.
*
* Since: 0.4.0
**/
@@ -265,7 +265,7 @@ get_namespaces (GDataParsable *parsable, GHashTable *namespaces)
* @email_address: the person's e-mail address, or %NULL
*
* Creates a new #GDataGDWho. More information is available in the <ulink type="http"
- * url="http://code.google.com/apis/gdata/docs/1.0/elements.html#gdWho">GData specification</ulink>.
+ * url="http://code.google.com/apis/gdata/docs/2.0/elements.html#gdWho">GData specification</ulink>.
*
* Currently, entryLink functionality is not implemented in #GDataGDWho.
*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]