Blob Blame History Raw
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>GDataFeed: GData Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
<link rel="home" href="index.html" title="GData Reference Manual">
<link rel="up" href="ch02.html" title="Core API">
<link rel="prev" href="GDataQuery.html" title="GDataQuery">
<link rel="next" href="GDataEntry.html" title="GDataEntry">
<meta name="generator" content="GTK-Doc V1.26.1 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
<td width="100%" align="left" class="shortcuts">
<a href="#" class="shortcut">Top</a><span id="nav_description">  <span class="dim">|</span> 
                  <a href="#GDataFeed.description" class="shortcut">Description</a></span><span id="nav_hierarchy">  <span class="dim">|</span> 
                  <a href="#GDataFeed.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_properties">  <span class="dim">|</span> 
                  <a href="#GDataFeed.properties" class="shortcut">Properties</a></span>
</td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><a accesskey="u" href="ch02.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
<td><a accesskey="p" href="GDataQuery.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="GDataEntry.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
<div class="refentry">
<a name="GDataFeed"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="GDataFeed.top_of_page"></a>GDataFeed</span></h2>
<p>GDataFeed — GData feed object</p>
</td>
<td class="gallery_image" valign="top" align="right"></td>
</tr></table></div>
<div class="refsect1">
<a name="GDataFeed.stability-level"></a><h2>Stability Level</h2>
<acronym title="The intention of a Stable interface is to enable arbitrary third parties to
develop applications to these interfaces, release them, and have confidence that
they will run on all minor releases of the product (after the one in which the
interface was introduced, and within the same major release). Even at a major
release, incompatible changes are expected to be rare, and to have strong
justifications.
"><span class="acronym">Stable</span></acronym>, unless otherwise indicated
</div>
<div class="refsect1">
<a name="GDataFeed.functions"></a><h2>Functions</h2>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="functions_return">
<col class="functions_name">
</colgroup>
<tbody>
<tr>
<td class="function_type">const <a href="../glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
</td>
<td class="function_name">
<a class="link" href="GDataFeed.html#gdata-feed-get-title" title="gdata_feed_get_title ()">gdata_feed_get_title</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">const <a href="../glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
</td>
<td class="function_name">
<a class="link" href="GDataFeed.html#gdata-feed-get-subtitle" title="gdata_feed_get_subtitle ()">gdata_feed_get_subtitle</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">const <a href="../glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
</td>
<td class="function_name">
<a class="link" href="GDataFeed.html#gdata-feed-get-id" title="gdata_feed_get_id ()">gdata_feed_get_id</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">const <a href="../glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
</td>
<td class="function_name">
<a class="link" href="GDataFeed.html#gdata-feed-get-etag" title="gdata_feed_get_etag ()">gdata_feed_get_etag</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="../glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *
</td>
<td class="function_name">
<a class="link" href="GDataFeed.html#gdata-feed-get-authors" title="gdata_feed_get_authors ()">gdata_feed_get_authors</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="../glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *
</td>
<td class="function_name">
<a class="link" href="GDataFeed.html#gdata-feed-get-categories" title="gdata_feed_get_categories ()">gdata_feed_get_categories</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="../glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *
</td>
<td class="function_name">
<a class="link" href="GDataFeed.html#gdata-feed-get-entries" title="gdata_feed_get_entries ()">gdata_feed_get_entries</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="GDataEntry.html" title="GDataEntry"><span class="returnvalue">GDataEntry</span></a> *
</td>
<td class="function_name">
<a class="link" href="GDataFeed.html#gdata-feed-look-up-entry" title="gdata_feed_look_up_entry ()">gdata_feed_look_up_entry</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="GDataGenerator.html" title="GDataGenerator"><span class="returnvalue">GDataGenerator</span></a> *
</td>
<td class="function_name">
<a class="link" href="GDataFeed.html#gdata-feed-get-generator" title="gdata_feed_get_generator ()">gdata_feed_get_generator</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="../glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *
</td>
<td class="function_name">
<a class="link" href="GDataFeed.html#gdata-feed-get-links" title="gdata_feed_get_links ()">gdata_feed_get_links</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="GDataLink.html" title="GDataLink"><span class="returnvalue">GDataLink</span></a> *
</td>
<td class="function_name">
<a class="link" href="GDataFeed.html#gdata-feed-look-up-link" title="gdata_feed_look_up_link ()">gdata_feed_look_up_link</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">const <a href="../glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
</td>
<td class="function_name">
<a class="link" href="GDataFeed.html#gdata-feed-get-logo" title="gdata_feed_get_logo ()">gdata_feed_get_logo</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">const <a href="../glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
</td>
<td class="function_name">
<a class="link" href="GDataFeed.html#gdata-feed-get-icon" title="gdata_feed_get_icon ()">gdata_feed_get_icon</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="../glib/glib-Basic-Types.html#gint64"><span class="returnvalue">gint64</span></a>
</td>
<td class="function_name">
<a class="link" href="GDataFeed.html#gdata-feed-get-updated" title="gdata_feed_get_updated ()">gdata_feed_get_updated</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">const <a href="../glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
</td>
<td class="function_name">
<a class="link" href="GDataFeed.html#gdata-feed-get-rights" title="gdata_feed_get_rights ()">gdata_feed_get_rights</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="../glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
</td>
<td class="function_name">
<a class="link" href="GDataFeed.html#gdata-feed-get-start-index" title="gdata_feed_get_start_index ()">gdata_feed_get_start_index</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="../glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
</td>
<td class="function_name">
<a class="link" href="GDataFeed.html#gdata-feed-get-total-results" title="gdata_feed_get_total_results ()">gdata_feed_get_total_results</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="../glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
</td>
<td class="function_name">
<a class="link" href="GDataFeed.html#gdata-feed-get-items-per-page" title="gdata_feed_get_items_per_page ()">gdata_feed_get_items_per_page</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">const <a href="../glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
</td>
<td class="function_name">
<a class="link" href="GDataFeed.html#gdata-feed-get-next-page-token" title="gdata_feed_get_next_page_token ()">gdata_feed_get_next_page_token</a> <span class="c_punctuation">()</span>
</td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect1">
<a name="GDataFeed.properties"></a><h2>Properties</h2>
<div class="informaltable"><table class="informaltable" border="0">
<colgroup>
<col width="150px" class="properties_type">
<col width="300px" class="properties_name">
<col width="200px" class="properties_flags">
</colgroup>
<tbody>
<tr>
<td class="property_type">
<a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
<td class="property_name"><a class="link" href="GDataFeed.html#GDataFeed--etag" title="The “etag” property">etag</a></td>
<td class="property_flags">Read</td>
</tr>
<tr>
<td class="property_type">
<a class="link" href="GDataGenerator.html" title="GDataGenerator"><span class="type">GDataGenerator</span></a> *</td>
<td class="property_name"><a class="link" href="GDataFeed.html#GDataFeed--generator" title="The “generator” property">generator</a></td>
<td class="property_flags">Read</td>
</tr>
<tr>
<td class="property_type">
<a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
<td class="property_name"><a class="link" href="GDataFeed.html#GDataFeed--icon" title="The “icon” property">icon</a></td>
<td class="property_flags">Read</td>
</tr>
<tr>
<td class="property_type">
<a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
<td class="property_name"><a class="link" href="GDataFeed.html#GDataFeed--id" title="The “id” property">id</a></td>
<td class="property_flags">Read</td>
</tr>
<tr>
<td class="property_type"><a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td>
<td class="property_name"><a class="link" href="GDataFeed.html#GDataFeed--items-per-page" title="The “items-per-page” property">items-per-page</a></td>
<td class="property_flags">Read</td>
</tr>
<tr>
<td class="property_type">
<a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
<td class="property_name"><a class="link" href="GDataFeed.html#GDataFeed--logo" title="The “logo” property">logo</a></td>
<td class="property_flags">Read</td>
</tr>
<tr>
<td class="property_type">
<a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
<td class="property_name"><a class="link" href="GDataFeed.html#GDataFeed--next-page-token" title="The “next-page-token” property">next-page-token</a></td>
<td class="property_flags">Read</td>
</tr>
<tr>
<td class="property_type">
<a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
<td class="property_name"><a class="link" href="GDataFeed.html#GDataFeed--rights" title="The “rights” property">rights</a></td>
<td class="property_flags">Read</td>
</tr>
<tr>
<td class="property_type"><a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td>
<td class="property_name"><a class="link" href="GDataFeed.html#GDataFeed--start-index" title="The “start-index” property">start-index</a></td>
<td class="property_flags">Read</td>
</tr>
<tr>
<td class="property_type">
<a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
<td class="property_name"><a class="link" href="GDataFeed.html#GDataFeed--subtitle" title="The “subtitle” property">subtitle</a></td>
<td class="property_flags">Read</td>
</tr>
<tr>
<td class="property_type">
<a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
<td class="property_name"><a class="link" href="GDataFeed.html#GDataFeed--title" title="The “title” property">title</a></td>
<td class="property_flags">Read</td>
</tr>
<tr>
<td class="property_type"><a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td>
<td class="property_name"><a class="link" href="GDataFeed.html#GDataFeed--total-results" title="The “total-results” property">total-results</a></td>
<td class="property_flags">Read</td>
</tr>
<tr>
<td class="property_type"><a href="../glib/glib-Basic-Types.html#gint64"><span class="type">gint64</span></a></td>
<td class="property_name"><a class="link" href="GDataFeed.html#GDataFeed--updated" title="The “updated” property">updated</a></td>
<td class="property_flags">Read</td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect1">
<a name="GDataFeed.other"></a><h2>Types and Values</h2>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="name">
<col class="description">
</colgroup>
<tbody>
<tr>
<td class="datatype_keyword"> </td>
<td class="function_name"><a class="link" href="GDataFeed.html#GDataFeed-struct" title="GDataFeed">GDataFeed</a></td>
</tr>
<tr>
<td class="datatype_keyword"> </td>
<td class="function_name"><a class="link" href="GDataFeed.html#GDataFeedClass" title="GDataFeedClass">GDataFeedClass</a></td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect1">
<a name="GDataFeed.object-hierarchy"></a><h2>Object Hierarchy</h2>
<pre class="screen">    <a href="../gobject/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
    <span class="lineart">╰──</span> <a class="link" href="GDataParsable.html" title="GDataParsable">GDataParsable</a>
        <span class="lineart">╰──</span> GDataFeed
            <span class="lineart">├──</span> <a class="link" href="GDataCalendarFeed.html" title="GDataCalendarFeed">GDataCalendarFeed</a>
            <span class="lineart">├──</span> <a class="link" href="GDataDocumentsFeed.html" title="GDataDocumentsFeed">GDataDocumentsFeed</a>
            <span class="lineart">├──</span> <a class="link" href="GDataPicasaWebFeed.html" title="GDataPicasaWebFeed">GDataPicasaWebFeed</a>
            <span class="lineart">╰──</span> <a class="link" href="GDataYouTubeFeed.html" title="GDataYouTubeFeed">GDataYouTubeFeed</a>
</pre>
</div>
<div class="refsect1">
<a name="GDataFeed.includes"></a><h2>Includes</h2>
<pre class="synopsis">#include &lt;gdata/gdata-feed.h&gt;
</pre>
</div>
<div class="refsect1">
<a name="GDataFeed.description"></a><h2>Description</h2>
<p><a class="link" href="GDataFeed.html" title="GDataFeed"><span class="type">GDataFeed</span></a> is a list of entries (<a class="link" href="GDataEntry.html" title="GDataEntry"><span class="type">GDataEntry</span></a>) returned as the result of a query to a <a class="link" href="GDataService.html" title="GDataService"><span class="type">GDataService</span></a>, or given as the input to another
operation on the online service. It also has pieces of data associated with the query on the <a class="link" href="GDataService.html" title="GDataService"><span class="type">GDataService</span></a>, such as the query title
or timestamp when it was last updated.</p>
<p>Each <a class="link" href="GDataEntry.html" title="GDataEntry"><span class="type">GDataEntry</span></a> represents a single object on the online service, such as a playlist, video or calendar entry, and the <a class="link" href="GDataFeed.html" title="GDataFeed"><span class="type">GDataFeed</span></a>
represents a collection of similar objects.</p>
</div>
<div class="refsect1">
<a name="GDataFeed.functions_details"></a><h2>Functions</h2>
<div class="refsect2">
<a name="gdata-feed-get-title"></a><h3>gdata_feed_get_title ()</h3>
<pre class="programlisting">const <a href="../glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
gdata_feed_get_title (<em class="parameter"><code><a class="link" href="GDataFeed.html" title="GDataFeed"><span class="type">GDataFeed</span></a> *self</code></em>);</pre>
<p>Returns the title of the feed.</p>
<div class="refsect3">
<a name="gdata-feed-get-title.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>self</p></td>
<td class="parameter_description"><p>a <a class="link" href="GDataFeed.html" title="GDataFeed"><span class="type">GDataFeed</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gdata-feed-get-title.returns"></a><h4>Returns</h4>
<p> the feed's title</p>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gdata-feed-get-subtitle"></a><h3>gdata_feed_get_subtitle ()</h3>
<pre class="programlisting">const <a href="../glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
gdata_feed_get_subtitle (<em class="parameter"><code><a class="link" href="GDataFeed.html" title="GDataFeed"><span class="type">GDataFeed</span></a> *self</code></em>);</pre>
<p>Returns the subtitle of the feed.</p>
<div class="refsect3">
<a name="gdata-feed-get-subtitle.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>self</p></td>
<td class="parameter_description"><p>a <a class="link" href="GDataFeed.html" title="GDataFeed"><span class="type">GDataFeed</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gdata-feed-get-subtitle.returns"></a><h4>Returns</h4>
<p> the feed's subtitle, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gdata-feed-get-id"></a><h3>gdata_feed_get_id ()</h3>
<pre class="programlisting">const <a href="../glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
gdata_feed_get_id (<em class="parameter"><code><a class="link" href="GDataFeed.html" title="GDataFeed"><span class="type">GDataFeed</span></a> *self</code></em>);</pre>
<p>Returns the feed's unique and permanent URN ID.</p>
<div class="refsect3">
<a name="gdata-feed-get-id.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>self</p></td>
<td class="parameter_description"><p>a <a class="link" href="GDataFeed.html" title="GDataFeed"><span class="type">GDataFeed</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gdata-feed-get-id.returns"></a><h4>Returns</h4>
<p> the feed's ID</p>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gdata-feed-get-etag"></a><h3>gdata_feed_get_etag ()</h3>
<pre class="programlisting">const <a href="../glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
gdata_feed_get_etag (<em class="parameter"><code><a class="link" href="GDataFeed.html" title="GDataFeed"><span class="type">GDataFeed</span></a> *self</code></em>);</pre>
<p>Returns the feed's unique ETag for this version.</p>
<div class="refsect3">
<a name="gdata-feed-get-etag.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>self</p></td>
<td class="parameter_description"><p>a <a class="link" href="GDataFeed.html" title="GDataFeed"><span class="type">GDataFeed</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gdata-feed-get-etag.returns"></a><h4>Returns</h4>
<p> the feed's ETag</p>
</div>
<p class="since">Since: <a class="link" href="ix04.html#api-index-0.2.0">0.2.0</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gdata-feed-get-authors"></a><h3>gdata_feed_get_authors ()</h3>
<pre class="programlisting"><a href="../glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *
gdata_feed_get_authors (<em class="parameter"><code><a class="link" href="GDataFeed.html" title="GDataFeed"><span class="type">GDataFeed</span></a> *self</code></em>);</pre>
<p>Returns a list of the authors listed in this feed.</p>
<div class="refsect3">
<a name="gdata-feed-get-authors.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>self</p></td>
<td class="parameter_description"><p>a <a class="link" href="GDataFeed.html" title="GDataFeed"><span class="type">GDataFeed</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gdata-feed-get-authors.returns"></a><h4>Returns</h4>
<p>a <a href="../glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> of <a class="link" href="GDataAuthor.html" title="GDataAuthor"><span class="type">GDataAuthor</span></a>s. </p>
<p><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GData.Author][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gdata-feed-get-categories"></a><h3>gdata_feed_get_categories ()</h3>
<pre class="programlisting"><a href="../glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *
gdata_feed_get_categories (<em class="parameter"><code><a class="link" href="GDataFeed.html" title="GDataFeed"><span class="type">GDataFeed</span></a> *self</code></em>);</pre>
<p>Returns a list of the categories listed in this feed.</p>
<div class="refsect3">
<a name="gdata-feed-get-categories.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>self</p></td>
<td class="parameter_description"><p>a <a class="link" href="GDataFeed.html" title="GDataFeed"><span class="type">GDataFeed</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gdata-feed-get-categories.returns"></a><h4>Returns</h4>
<p>a <a href="../glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> of <a class="link" href="GDataCategory.html" title="GDataCategory"><span class="type">GDataCategory</span></a>s. </p>
<p><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GData.Category][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gdata-feed-get-entries"></a><h3>gdata_feed_get_entries ()</h3>
<pre class="programlisting"><a href="../glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *
gdata_feed_get_entries (<em class="parameter"><code><a class="link" href="GDataFeed.html" title="GDataFeed"><span class="type">GDataFeed</span></a> *self</code></em>);</pre>
<p>Returns a list of the entries contained in this feed.</p>
<div class="refsect3">
<a name="gdata-feed-get-entries.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>self</p></td>
<td class="parameter_description"><p>a <a class="link" href="GDataFeed.html" title="GDataFeed"><span class="type">GDataFeed</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gdata-feed-get-entries.returns"></a><h4>Returns</h4>
<p>a <a href="../glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> of <a class="link" href="GDataEntry.html" title="GDataEntry"><span class="type">GDataEntry</span></a>s. </p>
<p><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GData.Entry][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gdata-feed-look-up-entry"></a><h3>gdata_feed_look_up_entry ()</h3>
<pre class="programlisting"><a class="link" href="GDataEntry.html" title="GDataEntry"><span class="returnvalue">GDataEntry</span></a> *
gdata_feed_look_up_entry (<em class="parameter"><code><a class="link" href="GDataFeed.html" title="GDataFeed"><span class="type">GDataFeed</span></a> *self</code></em>,
                          <em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *id</code></em>);</pre>
<p>Returns the entry in the feed with the given <em class="parameter"><code>id</code></em>
, if found.</p>
<div class="refsect3">
<a name="gdata-feed-look-up-entry.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>self</p></td>
<td class="parameter_description"><p>a <a class="link" href="GDataFeed.html" title="GDataFeed"><span class="type">GDataFeed</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>id</p></td>
<td class="parameter_description"><p>the entry's ID</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gdata-feed-look-up-entry.returns"></a><h4>Returns</h4>
<p>the <a class="link" href="GDataEntry.html" title="GDataEntry"><span class="type">GDataEntry</span></a>, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p>
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
</div>
<p class="since">Since: <a class="link" href="ix04.html#api-index-0.2.0">0.2.0</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gdata-feed-get-generator"></a><h3>gdata_feed_get_generator ()</h3>
<pre class="programlisting"><a class="link" href="GDataGenerator.html" title="GDataGenerator"><span class="returnvalue">GDataGenerator</span></a> *
gdata_feed_get_generator (<em class="parameter"><code><a class="link" href="GDataFeed.html" title="GDataFeed"><span class="type">GDataFeed</span></a> *self</code></em>);</pre>
<p>Returns details about the software which generated the feed.</p>
<div class="refsect3">
<a name="gdata-feed-get-generator.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>self</p></td>
<td class="parameter_description"><p>a <a class="link" href="GDataFeed.html" title="GDataFeed"><span class="type">GDataFeed</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gdata-feed-get-generator.returns"></a><h4>Returns</h4>
<p>a <a class="link" href="GDataGenerator.html" title="GDataGenerator"><span class="type">GDataGenerator</span></a>, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p>
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gdata-feed-get-links"></a><h3>gdata_feed_get_links ()</h3>
<pre class="programlisting"><a href="../glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *
gdata_feed_get_links (<em class="parameter"><code><a class="link" href="GDataFeed.html" title="GDataFeed"><span class="type">GDataFeed</span></a> *self</code></em>);</pre>
<p>Returns a list of the links listed in this feed.</p>
<div class="refsect3">
<a name="gdata-feed-get-links.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>self</p></td>
<td class="parameter_description"><p>a <a class="link" href="GDataFeed.html" title="GDataFeed"><span class="type">GDataFeed</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gdata-feed-get-links.returns"></a><h4>Returns</h4>
<p>a <a href="../glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> of <a class="link" href="GDataLink.html" title="GDataLink"><span class="type">GDataLink</span></a>s. </p>
<p><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GData.Link][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gdata-feed-look-up-link"></a><h3>gdata_feed_look_up_link ()</h3>
<pre class="programlisting"><a class="link" href="GDataLink.html" title="GDataLink"><span class="returnvalue">GDataLink</span></a> *
gdata_feed_look_up_link (<em class="parameter"><code><a class="link" href="GDataFeed.html" title="GDataFeed"><span class="type">GDataFeed</span></a> *self</code></em>,
                         <em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *rel</code></em>);</pre>
<p>Looks up a link by <a class="link" href="GDataLink.html#GDataLink--relation-type" title="The “relation-type” property"><span class="type">“relation-type”</span></a> value from the list of links in the feed.</p>
<div class="refsect3">
<a name="gdata-feed-look-up-link.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>self</p></td>
<td class="parameter_description"><p>a <a class="link" href="GDataFeed.html" title="GDataFeed"><span class="type">GDataFeed</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>rel</p></td>
<td class="parameter_description"><p>the value of the <a class="link" href="GDataLink.html#GDataLink--relation-type" title="The “relation-type” property"><span class="type">“relation-type”</span></a> property of the desired link</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gdata-feed-look-up-link.returns"></a><h4>Returns</h4>
<p>a <a class="link" href="GDataLink.html" title="GDataLink"><span class="type">GDataLink</span></a>, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if one was not found. </p>
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
</div>
<p class="since">Since: <a class="link" href="ix03.html#api-index-0.1.1">0.1.1</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gdata-feed-get-logo"></a><h3>gdata_feed_get_logo ()</h3>
<pre class="programlisting">const <a href="../glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
gdata_feed_get_logo (<em class="parameter"><code><a class="link" href="GDataFeed.html" title="GDataFeed"><span class="type">GDataFeed</span></a> *self</code></em>);</pre>
<p>Returns the logo URI of the feed.</p>
<div class="refsect3">
<a name="gdata-feed-get-logo.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>self</p></td>
<td class="parameter_description"><p>a <a class="link" href="GDataFeed.html" title="GDataFeed"><span class="type">GDataFeed</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gdata-feed-get-logo.returns"></a><h4>Returns</h4>
<p> the feed's logo URI, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gdata-feed-get-icon"></a><h3>gdata_feed_get_icon ()</h3>
<pre class="programlisting">const <a href="../glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
gdata_feed_get_icon (<em class="parameter"><code><a class="link" href="GDataFeed.html" title="GDataFeed"><span class="type">GDataFeed</span></a> *self</code></em>);</pre>
<p>Returns the icon URI of the feed.</p>
<div class="refsect3">
<a name="gdata-feed-get-icon.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>self</p></td>
<td class="parameter_description"><p>a <a class="link" href="GDataFeed.html" title="GDataFeed"><span class="type">GDataFeed</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gdata-feed-get-icon.returns"></a><h4>Returns</h4>
<p> the feed's icon URI, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p>
</div>
<p class="since">Since: <a class="link" href="ix08.html#api-index-0.6.0">0.6.0</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gdata-feed-get-updated"></a><h3>gdata_feed_get_updated ()</h3>
<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gint64"><span class="returnvalue">gint64</span></a>
gdata_feed_get_updated (<em class="parameter"><code><a class="link" href="GDataFeed.html" title="GDataFeed"><span class="type">GDataFeed</span></a> *self</code></em>);</pre>
<p>Gets the time the feed was last updated.</p>
<div class="refsect3">
<a name="gdata-feed-get-updated.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>self</p></td>
<td class="parameter_description"><p>a <a class="link" href="GDataFeed.html" title="GDataFeed"><span class="type">GDataFeed</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gdata-feed-get-updated.returns"></a><h4>Returns</h4>
<p> the UNIX timestamp for the time the feed was last updated</p>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gdata-feed-get-rights"></a><h3>gdata_feed_get_rights ()</h3>
<pre class="programlisting">const <a href="../glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
gdata_feed_get_rights (<em class="parameter"><code><a class="link" href="GDataFeed.html" title="GDataFeed"><span class="type">GDataFeed</span></a> *self</code></em>);</pre>
<p>Returns the rights pertaining to the entire feed, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if not set.</p>
<div class="refsect3">
<a name="gdata-feed-get-rights.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>self</p></td>
<td class="parameter_description"><p>a <a class="link" href="GDataFeed.html" title="GDataFeed"><span class="type">GDataFeed</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gdata-feed-get-rights.returns"></a><h4>Returns</h4>
<p> the feed's rights information</p>
</div>
<p class="since">Since: <a class="link" href="ix09.html#api-index-0.7.0">0.7.0</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gdata-feed-get-start-index"></a><h3>gdata_feed_get_start_index ()</h3>
<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
gdata_feed_get_start_index (<em class="parameter"><code><a class="link" href="GDataFeed.html" title="GDataFeed"><span class="type">GDataFeed</span></a> *self</code></em>);</pre>
<p>Returns the one-based start index of the results feed in the result set.</p>
<div class="refsect3">
<a name="gdata-feed-get-start-index.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>self</p></td>
<td class="parameter_description"><p>a <a class="link" href="GDataFeed.html" title="GDataFeed"><span class="type">GDataFeed</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gdata-feed-get-start-index.returns"></a><h4>Returns</h4>
<p> the one-based start index, or <code class="code">0</code></p>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gdata-feed-get-total-results"></a><h3>gdata_feed_get_total_results ()</h3>
<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
gdata_feed_get_total_results (<em class="parameter"><code><a class="link" href="GDataFeed.html" title="GDataFeed"><span class="type">GDataFeed</span></a> *self</code></em>);</pre>
<p>Returns the total number of results in the result set, including results on other
pages. If this is zero, the total number is unknown.</p>
<div class="refsect3">
<a name="gdata-feed-get-total-results.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>self</p></td>
<td class="parameter_description"><p>a <a class="link" href="GDataFeed.html" title="GDataFeed"><span class="type">GDataFeed</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gdata-feed-get-total-results.returns"></a><h4>Returns</h4>
<p> the total number of results, or <code class="code">0</code></p>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gdata-feed-get-items-per-page"></a><h3>gdata_feed_get_items_per_page ()</h3>
<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
gdata_feed_get_items_per_page (<em class="parameter"><code><a class="link" href="GDataFeed.html" title="GDataFeed"><span class="type">GDataFeed</span></a> *self</code></em>);</pre>
<p>Returns the number of items per results page feed.</p>
<div class="refsect3">
<a name="gdata-feed-get-items-per-page.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>self</p></td>
<td class="parameter_description"><p>a <a class="link" href="GDataFeed.html" title="GDataFeed"><span class="type">GDataFeed</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gdata-feed-get-items-per-page.returns"></a><h4>Returns</h4>
<p> the number of items per results page feed, or <code class="code">0</code></p>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gdata-feed-get-next-page-token"></a><h3>gdata_feed_get_next_page_token ()</h3>
<pre class="programlisting">const <a href="../glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
gdata_feed_get_next_page_token (<em class="parameter"><code><a class="link" href="GDataFeed.html" title="GDataFeed"><span class="type">GDataFeed</span></a> *self</code></em>);</pre>
<p>Returns the next page token for a query result, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if not set.
This is <a class="link" href="GDataFeed.html#GDataFeed--next-page-token" title="The “next-page-token” property"><span class="type">“next-page-token”</span></a>. The page token might not be set if there
is no next page, or if this service does not use token based paging (for
example, if it uses page number or offset based paging instead). Most more
recent services use token based paging.</p>
<div class="refsect3">
<a name="gdata-feed-get-next-page-token.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>self</p></td>
<td class="parameter_description"><p>a <a class="link" href="GDataFeed.html" title="GDataFeed"><span class="type">GDataFeed</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gdata-feed-get-next-page-token.returns"></a><h4>Returns</h4>
<p>the next page token. </p>
<p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
</div>
<p class="since">Since: <a class="link" href="ix24.html#api-index-0.17.7">0.17.7</a></p>
</div>
</div>
<div class="refsect1">
<a name="GDataFeed.other_details"></a><h2>Types and Values</h2>
<div class="refsect2">
<a name="GDataFeed-struct"></a><h3>GDataFeed</h3>
<pre class="programlisting">typedef struct _GDataFeed GDataFeed;</pre>
<p>All the fields in the <a class="link" href="GDataFeed.html" title="GDataFeed"><span class="type">GDataFeed</span></a> structure are private and should never be accessed directly.</p>
</div>
<hr>
<div class="refsect2">
<a name="GDataFeedClass"></a><h3>GDataFeedClass</h3>
<pre class="programlisting">typedef struct {
} GDataFeedClass;
</pre>
<p>All the fields in the <a class="link" href="GDataFeed.html#GDataFeedClass" title="GDataFeedClass"><span class="type">GDataFeedClass</span></a> structure are private and should never be accessed directly.</p>
</div>
</div>
<div class="refsect1">
<a name="GDataFeed.property-details"></a><h2>Property Details</h2>
<div class="refsect2">
<a name="GDataFeed--etag"></a><h3>The <code class="literal">“etag”</code> property</h3>
<pre class="programlisting">  “etag”                     <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
<p>The unique ETag for this version of the feed. See the</p>
<a class="ulink" href="http://code.google.com/apis/gdata/docs/2.0/reference.html#ResourceVersioning" target="_top">online documentation</a> for
<p>more information.</p>
<p>Flags: Read</p>
<p>Default value: NULL</p>
<p class="since">Since: <a class="link" href="ix04.html#api-index-0.2.0">0.2.0</a></p>
</div>
<hr>
<div class="refsect2">
<a name="GDataFeed--generator"></a><h3>The <code class="literal">“generator”</code> property</h3>
<pre class="programlisting">  “generator”                <a class="link" href="GDataGenerator.html" title="GDataGenerator"><span class="type">GDataGenerator</span></a> *</pre>
<p>Details of the software used to generate the feed.</p>
<p>API reference: <a class="ulink" href="http://code.google.com/apis/youtube/2.0/reference.html#youtube_data_api_tag_generator" target="_top">
atom:generator</a></p>
<p>Flags: Read</p>
</div>
<hr>
<div class="refsect2">
<a name="GDataFeed--icon"></a><h3>The <code class="literal">“icon”</code> property</h3>
<pre class="programlisting">  “icon”                     <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
<p>The URI of an icon for the feed.</p>
<p>API reference:</p>
<a class="ulink" href="http://www.atomenabled.org/developers/syndication/atom-format-spec.php#element.icon" target="_top">atom:icon</a><p>Flags: Read</p>
<p>Default value: NULL</p>
<p class="since">Since: <a class="link" href="ix08.html#api-index-0.6.0">0.6.0</a></p>
</div>
<hr>
<div class="refsect2">
<a name="GDataFeed--id"></a><h3>The <code class="literal">“id”</code> property</h3>
<pre class="programlisting">  “id”                       <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
<p>The unique and permanent URN ID for the feed.</p>
<p>API reference: <a class="ulink" href="http://code.google.com/apis/youtube/2.0/reference.html#youtube_data_api_tag_id" target="_top">atom:id</a></p>
<p>Flags: Read</p>
<p>Default value: NULL</p>
</div>
<hr>
<div class="refsect2">
<a name="GDataFeed--items-per-page"></a><h3>The <code class="literal">“items-per-page”</code> property</h3>
<pre class="programlisting">  “items-per-page”           <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre>
<p>The number of items per results page feed.</p>
<p>API reference:</p>
<a class="ulink" href="http://code.google.com/apis/youtube/2.0/reference.html#youtube_data_api_tag_openSearch:itemsPerPage" target="_top">
openSearch:itemsPerPage</a><p>Flags: Read</p>
<p>Default value: 0</p>
</div>
<hr>
<div class="refsect2">
<a name="GDataFeed--logo"></a><h3>The <code class="literal">“logo”</code> property</h3>
<pre class="programlisting">  “logo”                     <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
<p>The URI of a logo for the feed.</p>
<p>API reference: <a class="ulink" href="http://code.google.com/apis/youtube/2.0/reference.html#youtube_data_api_tag_logo" target="_top">atom:logo</a></p>
<p>Flags: Read</p>
<p>Default value: NULL</p>
</div>
<hr>
<div class="refsect2">
<a name="GDataFeed--next-page-token"></a><h3>The <code class="literal">“next-page-token”</code> property</h3>
<pre class="programlisting">  “next-page-token”          <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
<p>The next page token for feeds. Pass this to
<code class="function">gdata_query_set_page_token()</code> to advance to the next page when
querying APIs which use page tokens rather than page numbers or
offsets.</p>
<p>Flags: Read</p>
<p>Default value: NULL</p>
<p class="since">Since: <a class="link" href="ix24.html#api-index-0.17.7">0.17.7</a></p>
</div>
<hr>
<div class="refsect2">
<a name="GDataFeed--rights"></a><h3>The <code class="literal">“rights”</code> property</h3>
<pre class="programlisting">  “rights”                   <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
<p>The ownership rights pertaining to the entire feed.</p>
<p>For more information, see the <a class="ulink" href="http://www.atomenabled.org/developers/syndication/atom-format-spec.php#element.rights" target="_top">Atom specification</a>.</p>
<p>Flags: Read</p>
<p>Default value: NULL</p>
<p class="since">Since: <a class="link" href="ix09.html#api-index-0.7.0">0.7.0</a></p>
</div>
<hr>
<div class="refsect2">
<a name="GDataFeed--start-index"></a><h3>The <code class="literal">“start-index”</code> property</h3>
<pre class="programlisting">  “start-index”              <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre>
<p>The one-based index of the first item in the results feed.</p>
<p>This should <span class="emphasis"><em>not</em></span> be used manually for pagination. Instead, use a <a class="link" href="GDataQuery.html" title="GDataQuery"><span class="type">GDataQuery</span></a> and call its <a class="link" href="GDataQuery.html#gdata-query-next-page" title="gdata_query_next_page ()"><code class="function">gdata_query_next_page()</code></a>
or <a class="link" href="GDataQuery.html#gdata-query-previous-page" title="gdata_query_previous_page ()"><code class="function">gdata_query_previous_page()</code></a> functions before making the query to the service.</p>
<p>API reference: <a class="ulink" href="http://code.google.com/apis/youtube/2.0/reference.html#youtube_data_api_tag_openSearch:startIndex" target="_top">
openSearch:startIndex</a></p>
<p>Flags: Read</p>
<p>Allowed values: &gt;= 1</p>
<p>Default value: 1</p>
</div>
<hr>
<div class="refsect2">
<a name="GDataFeed--subtitle"></a><h3>The <code class="literal">“subtitle”</code> property</h3>
<pre class="programlisting">  “subtitle”                 <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
<p>The subtitle of the feed.</p>
<p>API reference: <a class="ulink" href="http://atomenabled.org/developers/syndication/" target="_top">atom:subtitle</a></p>
<p>Flags: Read</p>
<p>Default value: NULL</p>
</div>
<hr>
<div class="refsect2">
<a name="GDataFeed--title"></a><h3>The <code class="literal">“title”</code> property</h3>
<pre class="programlisting">  “title”                    <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
<p>The title of the feed.</p>
<p>API reference:</p>
<a class="ulink" href="http://code.google.com/apis/youtube/2.0/reference.html#youtube_data_api_tag_title" target="_top">atom:title</a><p>Flags: Read</p>
<p>Default value: NULL</p>
</div>
<hr>
<div class="refsect2">
<a name="GDataFeed--total-results"></a><h3>The <code class="literal">“total-results”</code> property</h3>
<pre class="programlisting">  “total-results”            <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre>
<p>The number of items in the result set for the feed, including those on other pages. If this is zero, the total number is unknown.</p>
<p>This should <span class="emphasis"><em>not</em></span> be used manually for pagination. Instead, use a <a class="link" href="GDataQuery.html" title="GDataQuery"><span class="type">GDataQuery</span></a> and call its <a class="link" href="GDataQuery.html#gdata-query-next-page" title="gdata_query_next_page ()"><code class="function">gdata_query_next_page()</code></a>
or <a class="link" href="GDataQuery.html#gdata-query-previous-page" title="gdata_query_previous_page ()"><code class="function">gdata_query_previous_page()</code></a> functions before making the query to the service.</p>
<p>API reference:</p>
<a class="ulink" href="http://code.google.com/apis/youtube/2.0/reference.html#youtube_data_api_tag_openSearch:totalResults" target="_top">
openSearch:totalResults</a><p>Flags: Read</p>
<p>Allowed values: &lt;= 1000000</p>
<p>Default value: 0</p>
</div>
<hr>
<div class="refsect2">
<a name="GDataFeed--updated"></a><h3>The <code class="literal">“updated”</code> property</h3>
<pre class="programlisting">  “updated”                  <a href="../glib/glib-Basic-Types.html#gint64"><span class="type">gint64</span></a></pre>
<p>The time the feed was last updated.</p>
<p>API reference: <a class="ulink" href="http://code.google.com/apis/youtube/2.0/reference.html#youtube_data_api_tag_updated" target="_top">
atom:updated</a></p>
<p>Flags: Read</p>
<p>Allowed values: &gt;= 0</p>
<p>Default value: 0</p>
</div>
</div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.26.1</div>
</body>
</html>