summaryrefslogtreecommitdiff
path: root/gdata/gdata-entry.c
Commit message (Expand)AuthorAgeFilesLines
* docs: Drop use of `<!-- -->` to delimit pluralsPhilip Withnall2019-07-241-5/+5
* core: Don't always free the current id string in gdata_entry_get_id()Ondrej Holy2019-07-231-4/+7
* Remove use of foreach with wrong function prototype and use g_list_free_fullAlberto Ruiz2018-08-061-12/+3
* docs: Replace ‘**/’ gtk-doc comment endings with ‘*/’Philip Withnall2017-01-241-34/+34
* core: Clarify handling of empty strings in some core APIsPhilip Withnall2017-01-081-6/+16
* Release version 0.17.2LIBGDATA_0_17_2Philip Withnall2015-07-101-1/+1
* core: Add a new internal method for setting GDataEntry:etagPhilip Withnall2015-07-101-0/+18
* core: Disable the warning about mismatched kindsPhilip Withnall2015-05-061-2/+6
* core: Set description in JSONDebarshi Ray2015-04-281-0/+5
* Release version 0.17.0LIBGDATA_0_17_0Philip Withnall2015-04-241-2/+2
* core: Parse description from JSONDebarshi Ray2015-04-161-0/+1
* core: Add internal helper API for setting GDataEntry:idPhilip Withnall2015-04-161-0/+18
* core: Add internal helper API for setting GDataEntry:publishedPhilip Withnall2015-04-161-0/+16
* core: Mark all API as stable and impose API and ABI stability guaranteesPhilip Withnall2014-11-031-1/+1
* core: Remove outdated gdata_parser_int64_to_json_iso8601()Philip Withnall2014-08-091-1/+1
* core: Load extra attributes from ‘kind’ categoriesPhilip Withnall2014-03-051-0/+14
* core: Add helper function to work around Google RFC 3339 incompatibilityPeteris Krisjanis2013-10-261-1/+1
* core: Add support for JSON to GDataParsable, GDataEntry and GDataFeedPeteris Krisjanis2013-08-291-0/+98
* core: Rename gdata_parser_int64_from_element()Philip Withnall2012-04-141-2/+2
* Release version 0.10.0LIBGDATA_0_10_0Philip Withnall2011-08-201-1/+1
* core: Add gdata_entry_remove_link() to allow removing links from entriesPhilip Withnall2011-07-091-0/+32
* documents: Fix the IDs used to refer to all documentsPhilip Withnall2011-07-031-1/+11
* core: Fix attribute escaping for GDataEntryPhilip Withnall2010-12-101-2/+2
* core: Override GDataEntry::etag in GDataAccessRulePhilip Withnall2010-10-051-2/+13
* core: Use gint64 timestamps instead of GTimeValsPhilip Withnall2010-10-041-34/+33
* docs: Fix some incorrect <ulink> tags in documentation commentsPhilip Withnall2010-08-221-14/+14
* [core] Add a GDataEntry:content-uri propertyPhilip Withnall2010-08-221-12/+91
* [core] Minor documentation fixPhilip Withnall2010-08-221-1/+1
* [introspection] Add missing annotations to GDataEntryPhilip Withnall2010-08-021-6/+6
* [introspection] Add (out) annotations to GTimeVal parametersPhilip Withnall2010-08-021-2/+2
* [introspection] Add (element-type) annotationsPhilip Withnall2010-07-161-3/+4
* [core] Batch operation supportPhilip Withnall2010-07-121-0/+76
* [core] Remove more shadowing of functions from unistd.hPhilip Withnall2010-06-161-8/+8
* [core] Move kind support to GDataEntryPhilip Withnall2010-06-161-0/+32
* [core] Add a GDataComparable interfacePhilip Withnall2010-06-151-3/+4
* Bug 618584 — Implement gdata_entry_get_authors()Richard Schwarting2010-05-151-0/+17
* [core] Whitespace fixesPhilip Withnall2010-04-121-40/+40
* [core] Tidy up preconditionsPhilip Withnall2010-04-101-2/+2
* [core] Add support for <rights> to GDataFeedPhilip Withnall2010-04-061-0/+1
* [core] Unify queries for single entriesPhilip Withnall2010-03-311-0/+11
* [core] Remove unnecessary preconditions in internal functionsPhilip Withnall2010-03-251-4/+0
* [core] Ensure newly-created entries can never be inserted if they have an IDPhilip Withnall2010-03-251-3/+2
* [docs] Small function link fixPhilip Withnall2010-03-251-1/+1
* [core] Removed unnecessary *_GET_PRIVATE macros everywherePhilip Withnall2010-03-251-3/+2
* [core] Add namespace checks to all parse_xml() functionsPhilip Withnall2010-03-251-21/+23
* [core] Move all GTimeVal parsing into a single functionPhilip Withnall2010-03-251-58/+17
* [core] Move all element object parsing into two functionsPhilip Withnall2010-03-251-21/+8
* [docs] Fix various documentation errorsPhilip Withnall2010-03-221-9/+70
* [general] Remove unnecessary g_object_notify() callsPhilip Withnall2010-01-251-4/+2
* [core] Use GLib memory functions with libxml2Philip Withnall2010-01-221-17/+13