Specifies whether the object was constructed by parsing XML or manually.
The content of the entry. This is mutually exclusive with #GDataEntry:content.
For more information, see the
A URI pointing to the location of the content of the entry. This is mutually exclusive with #GDataEntry:content.
For more information, see the
An identifier for a particular version of the entry. This changes every time the entry on the server changes, and can be used for conditional retrieval and locking.
For more information, see the
A permanent, universally unique identifier for the entry, in IRI form. This is %NULL for new entries (i.e. ones which haven't yet been inserted on the server, created with gdata_entry_new()), and a non-empty IRI string for all other entries.
For more information, see the
The location as a latitude coordinate associated with this album. Valid latitudes range from -90.0
to 90.0
inclusive.
For more information, see the
The user-specified location associated with the album. A place name.
For more information, see the
The location as a longitude coordinate associated with this album. Valid longitudes range from -180.0
to 180.0
inclusive.
For more information, see the
The ownership rights pertaining to the entry.
For more information, see the
A short summary, abstract, or excerpt of the entry.
For more information, see the
A %NULL-terminated array of tags associated with the album; all the tags associated with the individual photos in the album.
For more information, see the
The timestamp of when the album occurred, settable by the user. This a UNIX timestamp in milliseconds (not seconds) since the epoch.
For more information, see the
A human-readable title for the entry.
For more information, see the
The visibility (or access rights) of the album.
For more information, see the
The ID of the album. This is a substring of the ID returned by gdata_entry_get_id() for #GDataPicasaWebAlbums; for example, if gdata_entry_get_id() returned "http://picasaweb.google.com/data/entry/user/libgdata.picasaweb/albumid/5328889949261497249" for a particular #GDataPicasaWebAlbum, the #GDataPicasaWebAlbum:album-id property would be "5328889949261497249".
For more information, see the
gphoto specification .