~ubuntu-branches/ubuntu/precise/json-glib/precise

« back to all changes in this revision

Viewing changes to doc/reference/html/JsonReader.html

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2011-09-19 17:21:39 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: package-import@ubuntu.com-20110919172139-atmipdau1uogk0ic
Tags: 0.14.0-1
New upstream release: Translation updates only.

Show diffs side-by-side

added added

removed removed

Lines of Context:
208
208
<tbody>
209
209
<tr>
210
210
<td><p><span class="term"><em class="parameter"><code>node</code></em> :</span></p></td>
211
 
<td>a <a class="link" href="json-glib-JSON-Node.html#JsonNode" title="JsonNode"><span class="type">JsonNode</span></a>, or <code class="literal">NULL</code>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
 
211
<td>a <a class="link" href="json-glib-JSON-Node.html#JsonNode" title="JsonNode"><span class="type">JsonNode</span></a>, or <a href="/home/ebassi/gnome3/install/share/gtk-doc/html/liboil/liboil-liboiljunk.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>
212
212
</td>
213
213
</tr>
214
214
<tr>
583
583
</tr>
584
584
<tr>
585
585
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
586
 
<td>a newly allocated, <code class="literal">NULL</code>-terminated
 
586
<td>a newly allocated, <a href="/home/ebassi/gnome3/install/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>-terminated
587
587
array of strings holding the members name. Use <code class="function">g_strfreev()</code> when
588
588
done. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
589
589
</td>
609
609
</tr>
610
610
<tr>
611
611
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
612
 
<td>the name of the member, or <code class="literal">NULL</code>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
 
612
<td>the name of the member, or <a href="/home/ebassi/gnome3/install/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
613
613
</td>
614
614
</tr>
615
615
</tbody>
658
658
</tr>
659
659
<tr>
660
660
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
661
 
<td>a <a class="link" href="json-glib-JSON-Node.html#JsonNode" title="JsonNode"><span class="type">JsonNode</span></a>, or <code class="literal">NULL</code>. The returned node
 
661
<td>a <a class="link" href="json-glib-JSON-Node.html#JsonNode" title="JsonNode"><span class="type">JsonNode</span></a>, or <a href="/home/ebassi/gnome3/install/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>. The returned node
662
662
is owned by the <a class="link" href="JsonReader.html" title="JsonReader"><span class="type">JsonReader</span></a> and it should not be modified or freed
663
663
directly. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
664
664
</td>
871
871
</tr>
872
872
<tr>
873
873
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
874
 
<td>the pointer to the error, or <code class="literal">NULL</code>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
 
874
<td>the pointer to the error, or <a href="/home/ebassi/gnome3/install/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
875
875
</td>
876
876
</tr>
877
877
</tbody>