summaryrefslogtreecommitdiff
path: root/gdata/gdata-access-rule.c
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2010-10-17 12:28:40 +0100
committerPhilip Withnall <philip@tecnocode.co.uk>2010-10-17 12:28:40 +0100
commit98954c4a40681b0fef38197838be975eb931cc29 (patch)
treeaf29ff70987735b344c014b1199da858bf0d3e3d /gdata/gdata-access-rule.c
parent457e546708559af44091f01501373fb91bacee9f (diff)
downloadlibgdata-98954c4a40681b0fef38197838be975eb931cc29.tar.gz
core: Expand the GDataAccessRule documentation a little
Diffstat (limited to 'gdata/gdata-access-rule.c')
-rw-r--r--gdata/gdata-access-rule.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdata/gdata-access-rule.c b/gdata/gdata-access-rule.c
index cd40164c..d6a67f6e 100644
--- a/gdata/gdata-access-rule.c
+++ b/gdata/gdata-access-rule.c
@@ -27,6 +27,9 @@
* #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.
*
+ * Access rules should be inserted to the %GDATA_LINK_ACCESS_CONTROL_LIST URI of the feed or entry they should be applied to. This will return a
+ * %GDATA_SERVICE_ERROR_CONFLICT error if a rule already exists on that feed or entry for that scope type and value.
+ *
* Since: 0.3.0
**/