~ubuntu-branches/ubuntu/natty/libgdata/natty-updates

« back to all changes in this revision

Viewing changes to docs/reference/html/GDataDocumentsPresentation.html

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2011-01-05 11:09:00 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20110105110900-gkjnbslnr18s45us
Tags: 0.8.0-0ubuntu1
* New upstream release
* debian/control:
  - Use gir1.2 packages
  - Use standards version 3.9.1
  - Add Vcs-Bzr link
  - Rename libgdata10 to libgdata11
* debian/rules:
  - Drop simple-patchsys.mk
* debian/source:
  - Use source version 3.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
                    <a class="link" href="GDataDocumentsPresentation.html#GDataDocumentsPresentation-struct" title="GDataDocumentsPresentation">GDataDocumentsPresentation</a>;
57
57
                    <a class="link" href="GDataDocumentsPresentation.html#GDataDocumentsPresentationClass" title="GDataDocumentsPresentationClass">GDataDocumentsPresentationClass</a>;
58
58
<a class="link" href="GDataDocumentsPresentation.html" title="GDataDocumentsPresentation"><span class="returnvalue">GDataDocumentsPresentation</span></a> * <a class="link" href="GDataDocumentsPresentation.html#gdata-documents-presentation-new" title="gdata_documents_presentation_new ()">gdata_documents_presentation_new</a>
59
 
                                                        (<em class="parameter"><code>const <a href="/opt/gnome2/build/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *id</code></em>);
 
59
                                                        (<em class="parameter"><code>const <a href="/opt/gnome3/build/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *id</code></em>);
60
60
</pre>
61
61
</div>
62
62
<div class="refsect1">
63
63
<a name="GDataDocumentsPresentation.object-hierarchy"></a><h2>Object Hierarchy</h2>
64
64
<pre class="synopsis">
65
 
  <a href="/opt/gnome2/build/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
 
65
  <a href="/opt/gnome3/build/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
66
66
   +----<a class="link" href="GDataParsable.html" title="GDataParsable">GDataParsable</a>
67
67
         +----<a class="link" href="GDataEntry.html" title="GDataEntry">GDataEntry</a>
68
68
               +----<a class="link" href="GDataDocumentsEntry.html" title="GDataDocumentsEntry">GDataDocumentsEntry</a>
186
186
<div class="refsect2">
187
187
<a name="gdata-documents-presentation-new"></a><h3>gdata_documents_presentation_new ()</h3>
188
188
<pre class="programlisting"><a class="link" href="GDataDocumentsPresentation.html" title="GDataDocumentsPresentation"><span class="returnvalue">GDataDocumentsPresentation</span></a> * gdata_documents_presentation_new
189
 
                                                        (<em class="parameter"><code>const <a href="/opt/gnome2/build/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *id</code></em>);</pre>
 
189
                                                        (<em class="parameter"><code>const <a href="/opt/gnome3/build/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *id</code></em>);</pre>
190
190
<p>
191
191
Creates a new <a class="link" href="GDataDocumentsPresentation.html" title="GDataDocumentsPresentation"><span class="type">GDataDocumentsPresentation</span></a> with the given entry ID (<a class="link" href="GDataEntry.html#GDataEntry--id" title='The "id" property'><span class="type">"id"</span></a>).
192
192
</p>
195
195
<tbody>
196
196
<tr>
197
197
<td><p><span class="term"><em class="parameter"><code>id</code></em> :</span></p></td>
198
 
<td>the entry's ID (not the document ID of the presentation), or <a href="/opt/gnome2/build/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
 
198
<td>the entry's ID (not the document ID of the presentation), or <a href="/opt/gnome3/build/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
199
199
</td>
200
200
</tr>
201
201
<tr>
202
202
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
203
 
<td>a new <a class="link" href="GDataDocumentsPresentation.html" title="GDataDocumentsPresentation"><span class="type">GDataDocumentsPresentation</span></a>, or <a href="/opt/gnome2/build/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>; unref with <a href="/opt/gnome2/build/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a>. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
 
203
<td>a new <a class="link" href="GDataDocumentsPresentation.html" title="GDataDocumentsPresentation"><span class="type">GDataDocumentsPresentation</span></a>, or <a href="/opt/gnome3/build/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>; unref with <a href="/opt/gnome3/build/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a>. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
204
204
</td>
205
205
</tr>
206
206
</tbody>