diff options
author | Philip Withnall <philip@tecnocode.co.uk> | 2014-03-10 22:31:23 +0000 |
---|---|---|
committer | Philip Withnall <philip@tecnocode.co.uk> | 2014-03-10 22:36:23 +0000 |
commit | 7c2d184ffb1028730965513f487f4f839d206ccc (patch) | |
tree | efa932cdc635be84ce2ae7dd025a40941b2ec025 /docs | |
parent | 52230912394a0518ca4ee4b60620f47f0713da44 (diff) | |
download | libgdata-7c2d184ffb1028730965513f487f4f839d206ccc.tar.gz |
atom: Add a GDATA_LINK_PARENT define
This is a link type which is included in the GData specification (in the
RelaxNG schema), but is not documented anywhere. Good job, Google. Best
for us to define it and allow clients to use it, than to ignore it.
New API:
• GDATA_LINK_PARENT
https://bugzilla.gnome.org/show_bug.cgi?id=725827
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 4c909abf..c9d65f2a 100644 --- a/docs/reference/gdata-sections.txt +++ b/docs/reference/gdata-sections.txt @@ -780,6 +780,7 @@ GDATA_LINK_ENCLOSURE GDATA_LINK_RELATED GDATA_LINK_SELF GDATA_LINK_VIA +GDATA_LINK_PARENT GDataLink GDataLinkClass gdata_link_new |