Feed
Object Hierarchy:
Description:
All the fields in the Feed structure are private and should never be accessed directly.
All known sub-classes:
Namespace: GData
Package: libgdata
Content:
Properties:
- public string etag { get; }
The unique ETag for this version of the feed.
- public Generator generator { get; }
Details of the software used to generate the feed.
- public string icon { get; }
The URI of an icon for the feed.
- public string id { get; }
The unique and permanent URN ID for the feed.
- public uint items_per_page { get; }
The number of items per results page feed.
- public string logo { get; }
The URI of a logo for the feed.
- public string next_page_token { get; }
The next page token for feeds.
- public string rights { get; }
The ownership rights pertaining to the entire feed.
- public uint start_index { get; }
The one-based index of the first item in the results feed.
- public string subtitle { get; }
The subtitle of the feed.
- public string title { get; }
The title of the feed.
- public uint total_results { get; }
The number of items in the result set for the feed, including those on other pages.
- public int64 updated { get; }
The time the feed was last updated.
Creation methods:
- protected Feed ()
Methods:
- public unowned List<Author> get_authors ()
Returns a list of the authors listed in this feed.
- public unowned List<Category> get_categories ()
Returns a list of the categories listed in this feed.
- public unowned List<Entry> get_entries ()
Returns a list of the entries contained in this feed.
- public unowned string get_etag ()
Returns the feed's unique ETag for this version.
- public unowned Generator get_generator ()
Returns details about the software which generated the feed.
- public unowned string get_icon ()
Returns the icon URI of the feed.
- public unowned string get_id ()
Returns the feed's unique and permanent URN ID.
- public uint get_items_per_page ()
Returns the number of items per results page feed.
- public unowned List<Link> get_links ()
Returns a list of the links listed in this feed.
- public unowned string get_logo ()
Returns the logo URI of the feed.
- public unowned string? get_next_page_token ()
Returns the next page token for a query result, or
null
if not set. - public unowned string get_rights ()
Returns the rights pertaining to the entire feed, or
null
if not set. - public uint get_start_index ()
Returns the one-based start index of the results feed in the result set.
- public unowned string get_subtitle ()
Returns the subtitle of the feed.
- public unowned string get_title ()
Returns the title of the feed.
- public uint get_total_results ()
Returns the total number of results in the result set, including results on other pages.
- public int64 get_updated ()
Gets the time the feed was last updated.
- public unowned Entry look_up_entry (string id)
Returns the entry in the feed with the given
id
, if found. - public unowned Link look_up_link (string rel)
Looks up a link by relation_type value from the list of links in the feed.
Inherited Members:
All known members inherited from class GData.Parsable
All known members inherited from class GLib.Object