summaryrefslogtreecommitdiff
path: root/gdata/gdata-entry.c
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2009-06-30 18:36:26 +0100
committerPhilip Withnall <philip@tecnocode.co.uk>2009-07-02 16:21:56 +0100
commit362a970abd6623d09fc4194d57e840996c9b702c (patch)
treebd26bde838c033a466c6f0d8161889e00408e0f8 /gdata/gdata-entry.c
parentca7aba560734b3b3a6999e8a869b77ae6492e87a (diff)
downloadlibgdata-362a970abd6623d09fc4194d57e840996c9b702c.tar.gz
[atom] Added #defined values for the standard link relation types
Diffstat (limited to 'gdata/gdata-entry.c')
-rw-r--r--gdata/gdata-entry.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdata/gdata-entry.c b/gdata/gdata-entry.c
index 3e1c22f1..72f1a73a 100644
--- a/gdata/gdata-entry.c
+++ b/gdata/gdata-entry.c
@@ -711,7 +711,8 @@ link_compare_cb (const GDataLink *link, const gchar *rel)
* @self: a #GDataEntry
* @rel: the value of the <structfield>rel</structfield> attribute of the desired link
*
- * Looks up a link by <structfield>rel</structfield> value from the list of links in the entry.
+ * Looks up a link by relation type from the list of links in the entry. If the link has one of the standard Atom relation types,
+ * use one of the defined @rel values, instead of a static string. e.g. %GDATA_LINK_EDIT or %GDATA_LINK_SELF.
*
* Return value: a #GDataLink, or %NULL if one was not found
*