GNOME Bugzilla – Bug 725827
Define GDATA_LINK_PARENT
Last modified: 2014-03-10 22:36:59 UTC
One needs to pass 'http://schemas.google.com/docs/2007#parent' to gdata_entry_look_up_links to get the list of parents of a GDataEntry. However this is, sort of, a hidden feature because neither could I find it in Google's documentation [1] nor is it mentioned in libgdata's documentation. Having a GDATA_LINK_PARENT would be nice. I can see atleast 2 places where this is used -- gnome-online-miners and libgdata itself. [1] https://developers.google.com/google-apps/documents-list/
Created attachment 271487 [details] [review] 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
Attachment 271487 [details] pushed as 7c2d184 - atom: Add a GDATA_LINK_PARENT define