Feed
Object Hierarchy:
Description:
[
CCode ( type_id =
"gdata_feed_get_type ()" ) ]
public class Feed :
Parsable
All the fields in the Feed structure are private and should never be accessed directly.
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:
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
- @get
- @new
- @ref
- @set
- add_toggle_ref
- add_weak_pointer
- bind_property
- connect
- constructed
- disconnect
- dispose
- dup_data
- dup_qdata
- force_floating
- freeze_notify
- get_class
- get_data
- get_property
- get_qdata
- get_type
- getv
- interface_find_property
- interface_install_property
- interface_list_properties
- is_floating
- new_valist
- new_with_properties
- newv
- notify
- notify_property
- ref_count
- ref_sink
- remove_toggle_ref
- remove_weak_pointer
- replace_data
- replace_qdata
- set_data
- set_data_full
- set_property
- set_qdata
- set_qdata_full
- set_valist
- setv
- steal_data
- steal_qdata
- thaw_notify
- unref
- watch_closure
- weak_ref
- weak_unref