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>GDataEntry: 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="GDataFeed.html" title="GDataFeed">
<link rel="next" href="gdata-GData-Types.html" title="GData Types">
<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="#GDataEntry.description" class="shortcut">Description</a></span><span id="nav_hierarchy">  <span class="dim">|</span> 
                  <a href="#GDataEntry.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_derived_interfaces">  <span class="dim">|</span> 
                  <a href="#GDataEntry.derived-interfaces" class="shortcut">Known Derived Interfaces</a></span><span id="nav_properties">  <span class="dim">|</span> 
                  <a href="#GDataEntry.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="GDataFeed.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="gdata-GData-Types.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
<div class="refentry">
<a name="GDataEntry"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="GDataEntry.top_of_page"></a>GDataEntry</span></h2>
<p>GDataEntry — GData entry object</p>
</td>
<td class="gallery_image" valign="top" align="right"></td>
</tr></table></div>
<div class="refsect1">
<a name="GDataEntry.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="GDataEntry.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">
<a class="link" href="GDataEntry.html" title="GDataEntry"><span class="returnvalue">GDataEntry</span></a> *
</td>
<td class="function_name">
<a class="link" href="GDataEntry.html#gdata-entry-new" title="gdata_entry_new ()">gdata_entry_new</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="GDataEntry.html#gdata-entry-get-title" title="gdata_entry_get_title ()">gdata_entry_get_title</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="GDataEntry.html#gdata-entry-set-title" title="gdata_entry_set_title ()">gdata_entry_set_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="GDataEntry.html#gdata-entry-get-summary" title="gdata_entry_get_summary ()">gdata_entry_get_summary</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="GDataEntry.html#gdata-entry-set-summary" title="gdata_entry_set_summary ()">gdata_entry_set_summary</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="GDataEntry.html#gdata-entry-get-id" title="gdata_entry_get_id ()">gdata_entry_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="GDataEntry.html#gdata-entry-get-etag" title="gdata_entry_get_etag ()">gdata_entry_get_etag</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="GDataEntry.html#gdata-entry-get-content" title="gdata_entry_get_content ()">gdata_entry_get_content</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="GDataEntry.html#gdata-entry-set-content" title="gdata_entry_set_content ()">gdata_entry_set_content</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="GDataEntry.html#gdata-entry-get-content-uri" title="gdata_entry_get_content_uri ()">gdata_entry_get_content_uri</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="GDataEntry.html#gdata-entry-set-content-uri" title="gdata_entry_set_content_uri ()">gdata_entry_set_content_uri</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="GDataEntry.html#gdata-entry-get-published" title="gdata_entry_get_published ()">gdata_entry_get_published</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="GDataEntry.html#gdata-entry-get-updated" title="gdata_entry_get_updated ()">gdata_entry_get_updated</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="GDataEntry.html#gdata-entry-get-authors" title="gdata_entry_get_authors ()">gdata_entry_get_authors</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="GDataEntry.html#gdata-entry-add-author" title="gdata_entry_add_author ()">gdata_entry_add_author</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="GDataEntry.html#gdata-entry-add-category" title="gdata_entry_add_category ()">gdata_entry_add_category</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="GDataEntry.html#gdata-entry-get-categories" title="gdata_entry_get_categories ()">gdata_entry_get_categories</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="GDataEntry.html#gdata-entry-add-link" title="gdata_entry_add_link ()">gdata_entry_add_link</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
</td>
<td class="function_name">
<a class="link" href="GDataEntry.html#gdata-entry-remove-link" title="gdata_entry_remove_link ()">gdata_entry_remove_link</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="GDataEntry.html#gdata-entry-look-up-link" title="gdata_entry_look_up_link ()">gdata_entry_look_up_link</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="GDataEntry.html#gdata-entry-look-up-links" title="gdata_entry_look_up_links ()">gdata_entry_look_up_links</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
</td>
<td class="function_name">
<a class="link" href="GDataEntry.html#gdata-entry-is-inserted" title="gdata_entry_is_inserted ()">gdata_entry_is_inserted</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="GDataEntry.html#gdata-entry-get-rights" title="gdata_entry_get_rights ()">gdata_entry_get_rights</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="GDataEntry.html#gdata-entry-set-rights" title="gdata_entry_set_rights ()">gdata_entry_set_rights</a> <span class="c_punctuation">()</span>
</td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect1">
<a name="GDataEntry.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="GDataEntry.html#GDataEntry--content" title="The “content” property">content</a></td>
<td class="property_flags">Read / Write</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="GDataEntry.html#GDataEntry--content-uri" title="The “content-uri” property">content-uri</a></td>
<td class="property_flags">Read / Write</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="GDataEntry.html#GDataEntry--etag" title="The “etag” property">etag</a></td>
<td class="property_flags">Read / Write / Construct Only</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="GDataEntry.html#GDataEntry--id" title="The “id” property">id</a></td>
<td class="property_flags">Read / Write / Construct Only</td>
</tr>
<tr>
<td class="property_type"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
<td class="property_name"><a class="link" href="GDataEntry.html#GDataEntry--is-inserted" title="The “is-inserted” property">is-inserted</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="GDataEntry.html#GDataEntry--published" title="The “published” property">published</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="GDataEntry.html#GDataEntry--rights" title="The “rights” property">rights</a></td>
<td class="property_flags">Read / Write</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="GDataEntry.html#GDataEntry--summary" title="The “summary” property">summary</a></td>
<td class="property_flags">Read / Write</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="GDataEntry.html#GDataEntry--title" title="The “title” property">title</a></td>
<td class="property_flags">Read / Write</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="GDataEntry.html#GDataEntry--updated" title="The “updated” property">updated</a></td>
<td class="property_flags">Read</td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect1">
<a name="GDataEntry.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="GDataEntry.html#GDataEntry-struct" title="GDataEntry">GDataEntry</a></td>
</tr>
<tr>
<td class="datatype_keyword"> </td>
<td class="function_name"><a class="link" href="GDataEntry.html#GDataEntryClass" title="GDataEntryClass">GDataEntryClass</a></td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect1">
<a name="GDataEntry.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> GDataEntry
            <span class="lineart">├──</span> <a class="link" href="GDataAccessRule.html" title="GDataAccessRule">GDataAccessRule</a>
            <span class="lineart">├──</span> <a class="link" href="GDataCalendarCalendar.html" title="GDataCalendarCalendar">GDataCalendarCalendar</a>
            <span class="lineart">├──</span> <a class="link" href="GDataCalendarEvent.html" title="GDataCalendarEvent">GDataCalendarEvent</a>
            <span class="lineart">├──</span> <a class="link" href="GDataComment.html" title="GDataComment">GDataComment</a>
            <span class="lineart">├──</span> <a class="link" href="GDataContactsContact.html" title="GDataContactsContact">GDataContactsContact</a>
            <span class="lineart">├──</span> <a class="link" href="GDataContactsGroup.html" title="GDataContactsGroup">GDataContactsGroup</a>
            <span class="lineart">├──</span> <a class="link" href="GDataDocumentsEntry.html" title="GDataDocumentsEntry">GDataDocumentsEntry</a>
            <span class="lineart">├──</span> <a class="link" href="GDataFreebaseResult.html" title="GDataFreebaseResult">GDataFreebaseResult</a>
            <span class="lineart">├──</span> <a class="link" href="GDataPicasaWebAlbum.html" title="GDataPicasaWebAlbum">GDataPicasaWebAlbum</a>
            <span class="lineart">├──</span> <a class="link" href="GDataPicasaWebFile.html" title="GDataPicasaWebFile">GDataPicasaWebFile</a>
            <span class="lineart">├──</span> <a class="link" href="GDataPicasaWebUser.html" title="GDataPicasaWebUser">GDataPicasaWebUser</a>
            <span class="lineart">├──</span> <a class="link" href="GDataTasksTask.html" title="GDataTasksTask">GDataTasksTask</a>
            <span class="lineart">├──</span> <a class="link" href="GDataTasksTasklist.html" title="GDataTasksTasklist">GDataTasksTasklist</a>
            <span class="lineart">╰──</span> <a class="link" href="GDataYouTubeVideo.html" title="GDataYouTubeVideo">GDataYouTubeVideo</a>
</pre>
</div>
<div class="refsect1">
<a name="GDataEntry.derived-interfaces"></a><h2>Known Derived Interfaces</h2>
<p>
GDataEntry is required by
 <a class="link" href="GDataAccessHandler.html" title="GDataAccessHandler">GDataAccessHandler</a> and  <a class="link" href="GDataCommentable.html" title="GDataCommentable">GDataCommentable</a>.</p>
</div>
<div class="refsect1">
<a name="GDataEntry.includes"></a><h2>Includes</h2>
<pre class="synopsis">#include &lt;gdata/gdata-entry.h&gt;
</pre>
</div>
<div class="refsect1">
<a name="GDataEntry.description"></a><h2>Description</h2>
<p><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 event. It is a snapshot of the
state of that object at the time of querying the service, so modifications made to a <a class="link" href="GDataEntry.html" title="GDataEntry"><span class="type">GDataEntry</span></a> will not be automatically or
magically propagated to the server.</p>
</div>
<div class="refsect1">
<a name="GDataEntry.functions_details"></a><h2>Functions</h2>
<div class="refsect2">
<a name="gdata-entry-new"></a><h3>gdata_entry_new ()</h3>
<pre class="programlisting"><a class="link" href="GDataEntry.html" title="GDataEntry"><span class="returnvalue">GDataEntry</span></a> *
gdata_entry_new (<em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *id</code></em>);</pre>
<p>Creates a new <a class="link" href="GDataEntry.html" title="GDataEntry"><span class="type">GDataEntry</span></a> with the given ID and default properties.</p>
<div class="refsect3">
<a name="gdata-entry-new.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>id</p></td>
<td class="parameter_description"><p>the entry's ID, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gdata-entry-new.returns"></a><h4>Returns</h4>
<p> a new <a class="link" href="GDataEntry.html" title="GDataEntry"><span class="type">GDataEntry</span></a>; unref with <a href="../gobject/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a></p>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gdata-entry-get-title"></a><h3>gdata_entry_get_title ()</h3>
<pre class="programlisting">const <a href="../glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
gdata_entry_get_title (<em class="parameter"><code><a class="link" href="GDataEntry.html" title="GDataEntry"><span class="type">GDataEntry</span></a> *self</code></em>);</pre>
<p>Returns the title of the entry. This will never be <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, but may be an empty string.</p>
<div class="refsect3">
<a name="gdata-entry-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="GDataEntry.html" title="GDataEntry"><span class="type">GDataEntry</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gdata-entry-get-title.returns"></a><h4>Returns</h4>
<p> the entry's title</p>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gdata-entry-set-title"></a><h3>gdata_entry_set_title ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gdata_entry_set_title (<em class="parameter"><code><a class="link" href="GDataEntry.html" title="GDataEntry"><span class="type">GDataEntry</span></a> *self</code></em>,
                       <em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *title</code></em>);</pre>
<p>Sets the title of the entry.</p>
<div class="refsect3">
<a name="gdata-entry-set-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="GDataEntry.html" title="GDataEntry"><span class="type">GDataEntry</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>title</p></td>
<td class="parameter_description"><p>the new entry title, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
</tr>
</tbody>
</table></div>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gdata-entry-get-summary"></a><h3>gdata_entry_get_summary ()</h3>
<pre class="programlisting">const <a href="../glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
gdata_entry_get_summary (<em class="parameter"><code><a class="link" href="GDataEntry.html" title="GDataEntry"><span class="type">GDataEntry</span></a> *self</code></em>);</pre>
<p>Returns the summary of the entry.</p>
<div class="refsect3">
<a name="gdata-entry-get-summary.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="GDataEntry.html" title="GDataEntry"><span class="type">GDataEntry</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gdata-entry-get-summary.returns"></a><h4>Returns</h4>
<p> the entry's summary, 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="ix06.html#api-index-0.4.0">0.4.0</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gdata-entry-set-summary"></a><h3>gdata_entry_set_summary ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gdata_entry_set_summary (<em class="parameter"><code><a class="link" href="GDataEntry.html" title="GDataEntry"><span class="type">GDataEntry</span></a> *self</code></em>,
                         <em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *summary</code></em>);</pre>
<p>Sets the summary of the entry.</p>
<div class="refsect3">
<a name="gdata-entry-set-summary.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="GDataEntry.html" title="GDataEntry"><span class="type">GDataEntry</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>summary</p></td>
<td class="parameter_description"><p>the new entry summary, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
</tr>
</tbody>
</table></div>
</div>
<p class="since">Since: <a class="link" href="ix06.html#api-index-0.4.0">0.4.0</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gdata-entry-get-id"></a><h3>gdata_entry_get_id ()</h3>
<pre class="programlisting">const <a href="../glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
gdata_entry_get_id (<em class="parameter"><code><a class="link" href="GDataEntry.html" title="GDataEntry"><span class="type">GDataEntry</span></a> *self</code></em>);</pre>
<p>Returns the URN ID of the entry; a unique and permanent identifier for the object the entry represents.</p>
<p>The ID may be <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if and only if the <a class="link" href="GDataEntry.html" title="GDataEntry"><span class="type">GDataEntry</span></a> has been newly created, and hasn't yet been inserted on the server.</p>
<div class="refsect3">
<a name="gdata-entry-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="GDataEntry.html" title="GDataEntry"><span class="type">GDataEntry</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gdata-entry-get-id.returns"></a><h4>Returns</h4>
<p>the entry's ID, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </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>
</div>
<hr>
<div class="refsect2">
<a name="gdata-entry-get-etag"></a><h3>gdata_entry_get_etag ()</h3>
<pre class="programlisting">const <a href="../glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
gdata_entry_get_etag (<em class="parameter"><code><a class="link" href="GDataEntry.html" title="GDataEntry"><span class="type">GDataEntry</span></a> *self</code></em>);</pre>
<p>Returns the ETag of the entry; a unique identifier for each version of the entry. For more information, see the</p>
<a class="ulink" href="http://code.google.com/apis/gdata/docs/2.0/reference.html#ResourceVersioning" target="_top">online documentation</a>.
<p>The ETag will never be empty; it's either <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> or a valid ETag.</p>
<div class="refsect3">
<a name="gdata-entry-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="GDataEntry.html" title="GDataEntry"><span class="type">GDataEntry</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gdata-entry-get-etag.returns"></a><h4>Returns</h4>
<p>the entry's ETag, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </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="ix04.html#api-index-0.2.0">0.2.0</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gdata-entry-get-content"></a><h3>gdata_entry_get_content ()</h3>
<pre class="programlisting">const <a href="../glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
gdata_entry_get_content (<em class="parameter"><code><a class="link" href="GDataEntry.html" title="GDataEntry"><span class="type">GDataEntry</span></a> *self</code></em>);</pre>
<p>Returns the textual content in this entry. If the content in this entry is pointed to by a URI, <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> will be returned; the content URI will be
returned by <a class="link" href="GDataEntry.html#gdata-entry-get-content-uri" title="gdata_entry_get_content_uri ()"><code class="function">gdata_entry_get_content_uri()</code></a>.</p>
<div class="refsect3">
<a name="gdata-entry-get-content.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="GDataEntry.html" title="GDataEntry"><span class="type">GDataEntry</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gdata-entry-get-content.returns"></a><h4>Returns</h4>
<p> the entry's content, 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-entry-set-content"></a><h3>gdata_entry_set_content ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gdata_entry_set_content (<em class="parameter"><code><a class="link" href="GDataEntry.html" title="GDataEntry"><span class="type">GDataEntry</span></a> *self</code></em>,
                         <em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *content</code></em>);</pre>
<p>Sets the entry's content to <em class="parameter"><code>content</code></em>
. This unsets <a class="link" href="GDataEntry.html#GDataEntry--content-uri" title="The “content-uri” property"><span class="type">“content-uri”</span></a>.</p>
<div class="refsect3">
<a name="gdata-entry-set-content.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="GDataEntry.html" title="GDataEntry"><span class="type">GDataEntry</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>content</p></td>
<td class="parameter_description"><p>the new content for the entry, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
</tr>
</tbody>
</table></div>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gdata-entry-get-content-uri"></a><h3>gdata_entry_get_content_uri ()</h3>
<pre class="programlisting">const <a href="../glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
gdata_entry_get_content_uri (<em class="parameter"><code><a class="link" href="GDataEntry.html" title="GDataEntry"><span class="type">GDataEntry</span></a> *self</code></em>);</pre>
<p>Returns a URI pointing to the content of this entry. If the content in this entry is stored directly, <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> will be returned; the content will be
returned by <a class="link" href="GDataEntry.html#gdata-entry-get-content" title="gdata_entry_get_content ()"><code class="function">gdata_entry_get_content()</code></a>.</p>
<div class="refsect3">
<a name="gdata-entry-get-content-uri.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="GDataEntry.html" title="GDataEntry"><span class="type">GDataEntry</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gdata-entry-get-content-uri.returns"></a><h4>Returns</h4>
<p> a URI pointing to the entry's content, 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="ix09.html#api-index-0.7.0">0.7.0</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gdata-entry-set-content-uri"></a><h3>gdata_entry_set_content_uri ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gdata_entry_set_content_uri (<em class="parameter"><code><a class="link" href="GDataEntry.html" title="GDataEntry"><span class="type">GDataEntry</span></a> *self</code></em>,
                             <em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *content_uri</code></em>);</pre>
<p>Sets the URI pointing to the entry's content to <em class="parameter"><code>content</code></em>
. This unsets <a class="link" href="GDataEntry.html#GDataEntry--content" title="The “content” property"><span class="type">“content”</span></a>.</p>
<div class="refsect3">
<a name="gdata-entry-set-content-uri.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="GDataEntry.html" title="GDataEntry"><span class="type">GDataEntry</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>content_uri</p></td>
<td class="parameter_description"><p>the new URI pointing to the content for the entry, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
</tr>
</tbody>
</table></div>
</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-entry-get-published"></a><h3>gdata_entry_get_published ()</h3>
<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gint64"><span class="returnvalue">gint64</span></a>
gdata_entry_get_published (<em class="parameter"><code><a class="link" href="GDataEntry.html" title="GDataEntry"><span class="type">GDataEntry</span></a> *self</code></em>);</pre>
<p>Gets the time the entry was originally published.</p>
<div class="refsect3">
<a name="gdata-entry-get-published.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="GDataEntry.html" title="GDataEntry"><span class="type">GDataEntry</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gdata-entry-get-published.returns"></a><h4>Returns</h4>
<p> the UNIX timestamp for the original publish time of the entry</p>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gdata-entry-get-updated"></a><h3>gdata_entry_get_updated ()</h3>
<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gint64"><span class="returnvalue">gint64</span></a>
gdata_entry_get_updated (<em class="parameter"><code><a class="link" href="GDataEntry.html" title="GDataEntry"><span class="type">GDataEntry</span></a> *self</code></em>);</pre>
<p>Gets the time the entry was last updated.</p>
<div class="refsect3">
<a name="gdata-entry-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="GDataEntry.html" title="GDataEntry"><span class="type">GDataEntry</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gdata-entry-get-updated.returns"></a><h4>Returns</h4>
<p> the UNIX timestamp for the last update of the entry</p>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gdata-entry-get-authors"></a><h3>gdata_entry_get_authors ()</h3>
<pre class="programlisting"><a href="../glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *
gdata_entry_get_authors (<em class="parameter"><code><a class="link" href="GDataEntry.html" title="GDataEntry"><span class="type">GDataEntry</span></a> *self</code></em>);</pre>
<p>Gets a list of the <a class="link" href="GDataAuthor.html" title="GDataAuthor"><span class="type">GDataAuthor</span></a>s for this entry.</p>
<div class="refsect3">
<a name="gdata-entry-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="GDataEntry.html" title="GDataEntry"><span class="type">GDataEntry</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gdata-entry-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>
<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-entry-add-author"></a><h3>gdata_entry_add_author ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gdata_entry_add_author (<em class="parameter"><code><a class="link" href="GDataEntry.html" title="GDataEntry"><span class="type">GDataEntry</span></a> *self</code></em>,
                        <em class="parameter"><code><a class="link" href="GDataAuthor.html" title="GDataAuthor"><span class="type">GDataAuthor</span></a> *author</code></em>);</pre>
<p>Adds <em class="parameter"><code>author</code></em>
 to the list of authors in the given <a class="link" href="GDataEntry.html" title="GDataEntry"><span class="type">GDataEntry</span></a> and increments its reference count.</p>
<p>Duplicate authors will not be added to the list.</p>
<div class="refsect3">
<a name="gdata-entry-add-author.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="GDataEntry.html" title="GDataEntry"><span class="type">GDataEntry</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>author</p></td>
<td class="parameter_description"><p>a <a class="link" href="GDataAuthor.html" title="GDataAuthor"><span class="type">GDataAuthor</span></a> to add</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gdata-entry-add-category"></a><h3>gdata_entry_add_category ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gdata_entry_add_category (<em class="parameter"><code><a class="link" href="GDataEntry.html" title="GDataEntry"><span class="type">GDataEntry</span></a> *self</code></em>,
                          <em class="parameter"><code><a class="link" href="GDataCategory.html" title="GDataCategory"><span class="type">GDataCategory</span></a> *category</code></em>);</pre>
<p>Adds <em class="parameter"><code>category</code></em>
 to the list of categories in the given <a class="link" href="GDataEntry.html" title="GDataEntry"><span class="type">GDataEntry</span></a>, and increments its reference count.</p>
<p>Duplicate categories will not be added to the list.</p>
<div class="refsect3">
<a name="gdata-entry-add-category.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="GDataEntry.html" title="GDataEntry"><span class="type">GDataEntry</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>category</p></td>
<td class="parameter_description"><p>a <a class="link" href="GDataCategory.html" title="GDataCategory"><span class="type">GDataCategory</span></a> to add</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gdata-entry-get-categories"></a><h3>gdata_entry_get_categories ()</h3>
<pre class="programlisting"><a href="../glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *
gdata_entry_get_categories (<em class="parameter"><code><a class="link" href="GDataEntry.html" title="GDataEntry"><span class="type">GDataEntry</span></a> *self</code></em>);</pre>
<p>Gets a list of the <a class="link" href="GDataCategory.html" title="GDataCategory"><span class="type">GDataCategory</span></a>s containing this entry.</p>
<div class="refsect3">
<a name="gdata-entry-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="GDataEntry.html" title="GDataEntry"><span class="type">GDataEntry</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gdata-entry-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>
<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-entry-add-link"></a><h3>gdata_entry_add_link ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gdata_entry_add_link (<em class="parameter"><code><a class="link" href="GDataEntry.html" title="GDataEntry"><span class="type">GDataEntry</span></a> *self</code></em>,
                      <em class="parameter"><code><a class="link" href="GDataLink.html" title="GDataLink"><span class="type">GDataLink</span></a> *_link</code></em>);</pre>
<p>Adds <em class="parameter"><code>_link</code></em>
 to the list of links in the given <a class="link" href="GDataEntry.html" title="GDataEntry"><span class="type">GDataEntry</span></a> and increments its reference count.</p>
<p>Duplicate links will not be added to the list.</p>
<div class="refsect3">
<a name="gdata-entry-add-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="GDataEntry.html" title="GDataEntry"><span class="type">GDataEntry</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>_link</p></td>
<td class="parameter_description"><p>a <a class="link" href="GDataLink.html" title="GDataLink"><span class="type">GDataLink</span></a> to add</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gdata-entry-remove-link"></a><h3>gdata_entry_remove_link ()</h3>
<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
gdata_entry_remove_link (<em class="parameter"><code><a class="link" href="GDataEntry.html" title="GDataEntry"><span class="type">GDataEntry</span></a> *self</code></em>,
                         <em class="parameter"><code><a class="link" href="GDataLink.html" title="GDataLink"><span class="type">GDataLink</span></a> *_link</code></em>);</pre>
<p>Removes <em class="parameter"><code>_link</code></em>
 from the list of links in the given <a class="link" href="GDataEntry.html" title="GDataEntry"><span class="type">GDataEntry</span></a> and decrements its reference count (since the <a class="link" href="GDataEntry.html" title="GDataEntry"><span class="type">GDataEntry</span></a> held a reference to it
while it was in the list).</p>
<div class="refsect3">
<a name="gdata-entry-remove-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="GDataEntry.html" title="GDataEntry"><span class="type">GDataEntry</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>_link</p></td>
<td class="parameter_description"><p>a <a class="link" href="GDataLink.html" title="GDataLink"><span class="type">GDataLink</span></a> to remove</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gdata-entry-remove-link.returns"></a><h4>Returns</h4>
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>_link</code></em>
was found in the <a class="link" href="GDataEntry.html" title="GDataEntry"><span class="type">GDataEntry</span></a> and removed, <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if it was not found</p>
</div>
<p class="since">Since: <a class="link" href="ix13.html#api-index-0.10.0">0.10.0</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gdata-entry-look-up-link"></a><h3>gdata_entry_look_up_link ()</h3>
<pre class="programlisting"><a class="link" href="GDataLink.html" title="GDataLink"><span class="returnvalue">GDataLink</span></a> *
gdata_entry_look_up_link (<em class="parameter"><code><a class="link" href="GDataEntry.html" title="GDataEntry"><span class="type">GDataEntry</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 relation type from the list of links in the entry. If the link has one of the standard Atom relation types,
use one of the defined <em class="parameter"><code>rel</code></em>
 values, instead of a static string. e.g. <a class="link" href="GDataLink.html#GDATA-LINK-EDIT:CAPS" title="GDATA_LINK_EDIT"><code class="literal">GDATA_LINK_EDIT</code></a> or <a class="link" href="GDataLink.html#GDATA-LINK-SELF:CAPS" title="GDATA_LINK_SELF"><code class="literal">GDATA_LINK_SELF</code></a>.</p>
<p>In the rare event of requiring a list of links with the same <em class="parameter"><code>rel</code></em>
 value, use <a class="link" href="GDataEntry.html#gdata-entry-look-up-links" title="gdata_entry_look_up_links ()"><code class="function">gdata_entry_look_up_links()</code></a>.</p>
<div class="refsect3">
<a name="gdata-entry-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="GDataEntry.html" title="GDataEntry"><span class="type">GDataEntry</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 <em class="structfield"><code>rel</code></em> attribute of the desired link</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gdata-entry-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-entry-look-up-links"></a><h3>gdata_entry_look_up_links ()</h3>
<pre class="programlisting"><a href="../glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *
gdata_entry_look_up_links (<em class="parameter"><code><a class="link" href="GDataEntry.html" title="GDataEntry"><span class="type">GDataEntry</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 list of links by relation type from the list of links in the entry. If the links have one of the standard Atom
relation types, use one of the defined <em class="parameter"><code>rel</code></em>
 values, instead of a static string. e.g. <a class="link" href="GDataLink.html#GDATA-LINK-EDIT:CAPS" title="GDATA_LINK_EDIT"><code class="literal">GDATA_LINK_EDIT</code></a> or <a class="link" href="GDataLink.html#GDATA-LINK-SELF:CAPS" title="GDATA_LINK_SELF"><code class="literal">GDATA_LINK_SELF</code></a>.</p>
<p>If you will only use the first link found, consider calling <a class="link" href="GDataEntry.html#gdata-entry-look-up-link" title="gdata_entry_look_up_link ()"><code class="function">gdata_entry_look_up_link()</code></a> instead.</p>
<div class="refsect3">
<a name="gdata-entry-look-up-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="GDataEntry.html" title="GDataEntry"><span class="type">GDataEntry</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 <em class="structfield"><code>rel</code></em> attribute of the desired links</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gdata-entry-look-up-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, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if none were found; free the list with
<a href="../glib/glib-Doubly-Linked-Lists.html#g-list-free"><code class="function">g_list_free()</code></a>. </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="Free data container after the code is done."><span class="acronym">transfer container</span></acronym>]</span></p>
</div>
<p class="since">Since: <a class="link" href="ix06.html#api-index-0.4.0">0.4.0</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gdata-entry-is-inserted"></a><h3>gdata_entry_is_inserted ()</h3>
<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
gdata_entry_is_inserted (<em class="parameter"><code><a class="link" href="GDataEntry.html" title="GDataEntry"><span class="type">GDataEntry</span></a> *self</code></em>);</pre>
<p>Returns whether the entry is marked as having been inserted on (uploaded to) the server already.</p>
<div class="refsect3">
<a name="gdata-entry-is-inserted.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="GDataEntry.html" title="GDataEntry"><span class="type">GDataEntry</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gdata-entry-is-inserted.returns"></a><h4>Returns</h4>
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the entry has been inserted already, <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise</p>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gdata-entry-get-rights"></a><h3>gdata_entry_get_rights ()</h3>
<pre class="programlisting">const <a href="../glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
gdata_entry_get_rights (<em class="parameter"><code><a class="link" href="GDataEntry.html" title="GDataEntry"><span class="type">GDataEntry</span></a> *self</code></em>);</pre>
<p>Returns the rights pertaining to the entry, 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-entry-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="GDataEntry.html" title="GDataEntry"><span class="type">GDataEntry</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gdata-entry-get-rights.returns"></a><h4>Returns</h4>
<p> the entry's rights information</p>
</div>
<p class="since">Since: <a class="link" href="ix07.html#api-index-0.5.0">0.5.0</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gdata-entry-set-rights"></a><h3>gdata_entry_set_rights ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gdata_entry_set_rights (<em class="parameter"><code><a class="link" href="GDataEntry.html" title="GDataEntry"><span class="type">GDataEntry</span></a> *self</code></em>,
                        <em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *rights</code></em>);</pre>
<p>Sets the rights for this entry.</p>
<div class="refsect3">
<a name="gdata-entry-set-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="GDataEntry.html" title="GDataEntry"><span class="type">GDataEntry</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>rights</p></td>
<td class="parameter_description"><p>the new rights, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
</tr>
</tbody>
</table></div>
</div>
<p class="since">Since: <a class="link" href="ix07.html#api-index-0.5.0">0.5.0</a></p>
</div>
</div>
<div class="refsect1">
<a name="GDataEntry.other_details"></a><h2>Types and Values</h2>
<div class="refsect2">
<a name="GDataEntry-struct"></a><h3>GDataEntry</h3>
<pre class="programlisting">typedef struct _GDataEntry GDataEntry;</pre>
<p>All the fields in the <a class="link" href="GDataEntry.html" title="GDataEntry"><span class="type">GDataEntry</span></a> structure are private and should never be accessed directly.</p>
</div>
<hr>
<div class="refsect2">
<a name="GDataEntryClass"></a><h3>GDataEntryClass</h3>
<pre class="programlisting">typedef struct {
	GDataParsableClass parent;

	gchar *(*get_entry_uri) (const gchar *id); /* G_GNUC_WARN_UNUSED_RESULT G_GNUC_MALLOC */
	const gchar *kind_term;
} GDataEntryClass;
</pre>
<p>The class structure for the <a class="link" href="GDataEntry.html" title="GDataEntry"><span class="type">GDataEntry</span></a> type.</p>
<div class="refsect3">
<a name="GDataEntryClass.members"></a><h4>Members</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="300px" class="struct_members_name">
<col class="struct_members_description">
<col width="200px" class="struct_members_annotations">
</colgroup>
<tbody>
<tr>
<td class="struct_member_name"><p><a class="link" href="GDataParsable.html#GDataParsableClass" title="GDataParsableClass"><span class="type">GDataParsableClass</span></a> <em class="structfield"><code><a name="GDataEntryClass.parent"></a>parent</code></em>;</p></td>
<td class="struct_member_description"><p>the parent class</p></td>
<td class="struct_member_annotations"> </td>
</tr>
<tr>
<td class="struct_member_name"><p><em class="structfield"><code><a name="GDataEntryClass.get-entry-uri"></a>get_entry_uri</code></em> ()</p></td>
<td class="struct_member_description"><p>a function to build the entry URI for the entry, given its entry ID; free the URI with <a href="../glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a></p></td>
<td class="struct_member_annotations"> </td>
</tr>
<tr>
<td class="struct_member_name"><p>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *<em class="structfield"><code><a name="GDataEntryClass.kind-term"></a>kind_term</code></em>;</p></td>
<td class="struct_member_description">
<p>the term for this entry's kind category (see the</p>
<a class="ulink" href="http://code.google.com/apis/gdata/docs/2.0/elements.html#Introduction" target="_top">documentation on kinds</a>)</td>
<td class="struct_member_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
</div>
</div>
<div class="refsect1">
<a name="GDataEntry.property-details"></a><h2>Property Details</h2>
<div class="refsect2">
<a name="GDataEntry--content"></a><h3>The <code class="literal">“content”</code> property</h3>
<pre class="programlisting">  “content”                  <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
<p>The content of the entry. This is mutually exclusive with <a class="link" href="GDataEntry.html#GDataEntry--content" title="The “content” property"><span class="type">“content”</span></a>.</p>
<p>For more information, see the <a class="ulink" href="http://www.atomenabled.org/developers/syndication/atom-format-spec.php#element.content" target="_top">Atom specification</a>.</p>
<p>Flags: Read / Write</p>
<p>Default value: NULL</p>
</div>
<hr>
<div class="refsect2">
<a name="GDataEntry--content-uri"></a><h3>The <code class="literal">“content-uri”</code> property</h3>
<pre class="programlisting">  “content-uri”              <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
<p>A URI pointing to the location of the content of the entry. This is mutually exclusive with <a class="link" href="GDataEntry.html#GDataEntry--content" title="The “content” property"><span class="type">“content”</span></a>.</p>
<p>For more information, see the</p>
<a class="ulink" href="http://www.atomenabled.org/developers/syndication/atom-format-spec.php#element.content" target="_top">Atom specification</a>.
<p>Flags: Read / Write</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="GDataEntry--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>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.</p>
<p>For more information, see the <a class="ulink" href="http://code.google.com/apis/gdata/docs/2.0/reference.html#ResourceVersioning" target="_top">
GData specification</a>.</p>
<p>Flags: Read / Write / Construct Only</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="GDataEntry--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>A permanent, universally unique identifier for the entry, in IRI form. This is <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> for new entries (i.e. ones which haven't yet been
inserted on the server, created with <a class="link" href="GDataEntry.html#gdata-entry-new" title="gdata_entry_new ()"><code class="function">gdata_entry_new()</code></a>), and a non-empty IRI string for all other entries.</p>
<p>For more information, see the <a class="ulink" href="http://www.atomenabled.org/developers/syndication/atom-format-spec.php#element.id" target="_top">
Atom specification</a>.</p>
<p>Flags: Read / Write / Construct Only</p>
<p>Default value: NULL</p>
</div>
<hr>
<div class="refsect2">
<a name="GDataEntry--is-inserted"></a><h3>The <code class="literal">“is-inserted”</code> property</h3>
<pre class="programlisting">  “is-inserted”              <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
<p>Whether the entry has been inserted on the server. This is <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> for entries which have just been created using <a class="link" href="GDataEntry.html#gdata-entry-new" title="gdata_entry_new ()"><code class="function">gdata_entry_new()</code></a> and
<a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> for entries returned from the server by queries. It is set to <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> when an entry is inserted using <a class="link" href="GDataService.html#gdata-service-insert-entry" title="gdata_service_insert_entry ()"><code class="function">gdata_service_insert_entry()</code></a>.</p>
<p>Flags: Read</p>
<p>Default value: FALSE</p>
</div>
<hr>
<div class="refsect2">
<a name="GDataEntry--published"></a><h3>The <code class="literal">“published”</code> property</h3>
<pre class="programlisting">  “published”                <a href="../glib/glib-Basic-Types.html#gint64"><span class="type">gint64</span></a></pre>
<p>The date and time the entry was first published or made available.</p>
<p>For more information, see the <a class="ulink" href="http://www.atomenabled.org/developers/syndication/atom-format-spec.php#element.published" target="_top">Atom specification</a>.</p>
<p>Flags: Read</p>
<p>Allowed values: &gt;= -1</p>
<p>Default value: -1</p>
</div>
<hr>
<div class="refsect2">
<a name="GDataEntry--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 entry.</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 / Write</p>
<p>Default value: NULL</p>
<p class="since">Since: <a class="link" href="ix07.html#api-index-0.5.0">0.5.0</a></p>
</div>
<hr>
<div class="refsect2">
<a name="GDataEntry--summary"></a><h3>The <code class="literal">“summary”</code> property</h3>
<pre class="programlisting">  “summary”                  <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
<p>A short summary, abstract, or excerpt of the entry.</p>
<p>For more information, see the <a class="ulink" href="http://www.atomenabled.org/developers/syndication/atom-format-spec.php#element.summary" target="_top">Atom specification</a>.</p>
<p>Flags: Read / Write</p>
<p>Default value: NULL</p>
<p class="since">Since: <a class="link" href="ix06.html#api-index-0.4.0">0.4.0</a></p>
</div>
<hr>
<div class="refsect2">
<a name="GDataEntry--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>A human-readable title for the entry.</p>
<p>For more information, see the <a class="ulink" href="http://www.atomenabled.org/developers/syndication/atom-format-spec.php#element.title" target="_top">Atom specification</a>.</p>
<p>Flags: Read / Write</p>
<p>Default value: NULL</p>
</div>
<hr>
<div class="refsect2">
<a name="GDataEntry--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 date and time when the entry was most recently updated significantly.</p>
<p>For more information, see the <a class="ulink" href="http://www.atomenabled.org/developers/syndication/atom-format-spec.php#element.updated" target="_top">Atom specification</a>.</p>
<p>Flags: Read</p>
<p>Allowed values: &gt;= -1</p>
<p>Default value: -1</p>
</div>
</div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.26.1</div>
</body>
</html>