diff options
author | Philip Withnall <philip@tecnocode.co.uk> | 2009-05-17 12:50:57 +0100 |
---|---|---|
committer | Philip Withnall <philip@tecnocode.co.uk> | 2009-05-17 12:50:57 +0100 |
commit | 5d853ec5706129ce8af1bc0a2baae3dfed52d8d0 (patch) | |
tree | bc6ebec199812103214c97adba988ed06a38094a /po/POTFILES.in | |
parent | 1b9bff25139448bc18f4afd3025d86c5fe942362 (diff) | |
download | libgdata-5d853ec5706129ce8af1bc0a2baae3dfed52d8d0.tar.gz |
Bug 582026 – Access Control List functionality
This adds a framework for controlling access control lists (ACLs). It
includes GDataAccessHandler, an interface to be implemented by any GDataEntry
which has an ACL. It also includes GDataAccessRule, a GDataEntry representing
a single access control rule, initially written by Thibault Saunier
<saunierthibault@gmail.com>.
Full documentation is included, and test cases will be added per-service.
Diffstat (limited to 'po/POTFILES.in')
-rw-r--r-- | po/POTFILES.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in index 1f254523..180770d9 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,6 +1,7 @@ # List of source files containing translatable strings. # Please keep this file sorted alphabetically. [encoding: UTF-8] +gdata/gdata-access-handler.c gdata/gdata-entry.c gdata/gdata-feed.c gdata/gdata-parser.c |