diff options
author | Philip Withnall <philip.withnall@collabora.co.uk> | 2014-08-24 16:05:42 +0100 |
---|---|---|
committer | Philip Withnall <philip.withnall@collabora.co.uk> | 2014-08-24 16:08:57 +0100 |
commit | f817fdaff889764125c5f073be4fd433c5c33b14 (patch) | |
tree | 8081c6503c9f9ab2f46192e34a7928c74348db74 /docs | |
parent | 3a2ac16abda66aa8af22181f72fe912a32981f4f (diff) | |
download | libgdata-f817fdaff889764125c5f073be4fd433c5c33b14.tar.gz |
core: Add support for ACL entries with keys
This adds support for <gAcl:withKey/> elements, allowing for
authorisation keys in ACLs, e.g. for Google Documents.
This adds the following API:
• GDataAccessRule:key
• gdata_access_rule_get_key()
and appropriate tests.
https://bugzilla.gnome.org/show_bug.cgi?id=690628
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gdata-sections.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/reference/gdata-sections.txt b/docs/reference/gdata-sections.txt index 5426402a..fdcac2fb 100644 --- a/docs/reference/gdata-sections.txt +++ b/docs/reference/gdata-sections.txt @@ -691,6 +691,7 @@ gdata_access_rule_set_role gdata_access_rule_get_scope gdata_access_rule_set_scope gdata_access_rule_get_edited +gdata_access_rule_get_key <SUBSECTION Standard> gdata_access_rule_get_type GDATA_ACCESS_RULE |