summaryrefslogtreecommitdiff
path: root/gdata/gdata-access-rule.c
Commit message (Expand)AuthorAgeFilesLines
* docs: Replace ‘**/’ gtk-doc comment endings with ‘*/’Philip Withnall2017-01-241-11/+11
* core: Improve GDataAccessRule validationPhilip Withnall2017-01-081-2/+20
* core: Clarify handling of empty strings in some core APIsPhilip Withnall2017-01-081-2/+5
* core: Read-only properties are not going to be set via the public APIDebarshi Ray2015-06-121-4/+1
* documents: Add support for editing ACLs using Drive v2Debarshi Ray2015-06-101-69/+0
* core: Expose _gdata_access_rule_set_key() internallyDebarshi Ray2015-06-101-0/+14
* core: Fix the GDataAccessRule exampleDebarshi Ray2015-06-091-3/+5
* core: Update reference link in GDataAccessRule documentationPhilip Withnall2015-05-031-2/+3
* core: Add support for JSON to GDataAccessRuleDebarshi Ray2015-04-171-0/+69
* core: Mark all API as stable and impose API and ABI stability guaranteesPhilip Withnall2014-11-031-1/+1
* Release version 0.16.0LIBGDATA_0_16_0Philip Withnall2014-09-181-2/+2
* core: Add support for ACL entries with keysPhilip Withnall2014-08-241-2/+95
* docs: Add an example of inserting an access rule into an ACLPhilip Withnall2012-08-241-0/+42
* core: Fix parsing of ‘default’ ACL rule scopesPhilip Withnall2012-08-201-4/+12
* core: Rename gdata_parser_int64_from_element()Philip Withnall2012-04-141-1/+1
* core: Fix attribute escaping for GDataAccessRulePhilip Withnall2010-12-101-7/+10
* core: Expand the GDataAccessRule documentation a littlePhilip Withnall2010-10-171-0/+3
* core: Override GDataEntry::etag in GDataAccessRulePhilip Withnall2010-10-051-1/+13
* core: Use gint64 timestamps instead of GTimeValsPhilip Withnall2010-10-041-14/+16
* [core] Move initialisation code to constructor() in GDataAccessRulePhilip Withnall2010-08-111-11/+27
* [introspection] Add missing annotations to GDataAccessRulePhilip Withnall2010-08-021-2/+2
* [introspection] Add (out) annotations to GTimeVal parametersPhilip Withnall2010-08-021-1/+1
* [core] Ensure GDataEntry:title follows GDataAccessRule:rolePhilip Withnall2010-07-131-4/+24
* [core] Move kind support to GDataEntryPhilip Withnall2010-06-161-6/+3
* [core] Whitespace fixesPhilip Withnall2010-04-121-16/+16
* [core] Make function order consistentPhilip Withnall2010-04-031-61/+61
* [docs] More documentation warning fixesPhilip Withnall2010-03-271-1/+1
* [core] Add #defines for GDataAccessRule-related thingsPhilip Withnall2010-03-261-6/+11
* [core] Add GDataAccessRule:editedPhilip Withnall2010-03-251-2/+51
* [core] Removed unnecessary *_GET_PRIVATE macros everywherePhilip Withnall2010-03-251-3/+2
* [core] Add namespace checks to all parse_xml() functionsPhilip Withnall2010-03-251-33/+30
* [docs] Added missing Since tagsPhilip Withnall2010-03-221-0/+2
* [core] Fix memory leaksPhilip Withnall2010-01-221-0/+1
* [core] Use GLib memory functions with libxml2Philip Withnall2010-01-221-12/+12
* [core] Link element names and namespaces to the relevant classesPhilip Withnall2009-06-281-21/+0
* [picasaweb] Added a PicasaWeb servicePhilip Withnall2009-06-211-3/+3
* [core] Converted GData structs to GObjectsPhilip Withnall2009-06-141-1/+0
* [core] Converted Atom structs to GObjectsPhilip Withnall2009-06-141-14/+12
* Bug 584417 – Strings are not properly formed for localisationPhilip Withnall2009-06-031-2/+2
* [core] Abstract XML parsing from GDataFeed and GDataEntry into GDataParsablePhilip Withnall2009-05-171-6/+10
* Bug 582026 – Access Control List functionalityPhilip Withnall2009-05-171-0/+397