~ubuntu-branches/ubuntu/oneiric/json-glib/oneiric

« back to all changes in this revision

Viewing changes to doc/reference/html/annotation-glossary.html

  • Committer: Bazaar Package Importer
  • Author(s): Laurent Bigonville
  • Date: 2011-06-21 16:29:02 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20110621162902-ddd1ue8pgcqbpj6s
Tags: 0.13.4-1
* New upstream release. (Thanks to Ted Gould <ted@ubuntu.com>)
  - Fixes for removal of G_CONST_RETURN
* debian/libjson-glib-1.0-0.symbols: Update for 0.13.4
* debian/watch: Switch to .bz2 tarballs

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
                      | 
26
26
                   <a class="shortcut" href="#glsA">A</a>
27
27
                      | 
 
28
                   <a class="shortcut" href="#glsC">C</a>
 
29
                      | 
 
30
                   <a class="shortcut" href="#glsT">T</a>
 
31
                      | 
 
32
                   <a class="shortcut" href="#glsA">A</a>
 
33
                      | 
28
34
                   <a class="shortcut" href="#glsE">E</a>
29
35
                      | 
30
36
                   <a class="shortcut" href="#glsT">T</a>
31
37
                      | 
32
38
                   <a class="shortcut" href="#glsS">S</a>
33
 
                      | 
34
 
                   <a class="shortcut" href="#glsT">T</a>
35
 
                      | 
36
 
                   <a class="shortcut" href="#glsC">C</a>
37
 
                      | 
38
 
                   <a class="shortcut" href="#glsT">T</a>
39
39
</td></tr>
40
40
</table>
41
41
<div class="glossary">
49
49
<dt>
50
50
<a name="annotation-glossterm-allow-none"></a>allow-none</dt>
51
51
<dd><p>NULL is ok, both for passing and for returning.</p></dd>
 
52
<a name="glsC"></a><h3 class="title">C</h3>
 
53
<dt>
 
54
<a name="annotation-glossterm-closure"></a>closure</dt>
 
55
<dd><p>This parameter is a 'user_data', for callbacks; many bindings can pass NULL here.</p></dd>
 
56
<a name="glsT"></a><h3 class="title">T</h3>
 
57
<dt>
 
58
<a name="annotation-glossterm-transfer%20none"></a>transfer none</dt>
 
59
<dd><p>Don't free data after the code is done.</p></dd>
 
60
<a name="glsA"></a><h3 class="title">A</h3>
 
61
<dt>
 
62
<a name="annotation-glossterm-array"></a>array</dt>
 
63
<dd><p>Parameter points to an array of items.</p></dd>
52
64
<a name="glsE"></a><h3 class="title">E</h3>
53
65
<dt>
54
66
<a name="annotation-glossterm-element-type"></a>element-type</dt>
57
69
<dt>
58
70
<a name="annotation-glossterm-transfer%20container"></a>transfer container</dt>
59
71
<dd><p>Free data container after the code is done.</p></dd>
 
72
<dt>
 
73
<a name="annotation-glossterm-transfer%20full"></a>transfer full</dt>
 
74
<dd><p>Free data after the code is done.</p></dd>
60
75
<a name="glsS"></a><h3 class="title">S</h3>
61
76
<dt>
62
77
<a name="annotation-glossterm-scope%20call"></a>scope call</dt>
63
78
<dd><p>The callback is valid only during the call to the method.</p></dd>
64
 
<a name="glsT"></a><h3 class="title">T</h3>
65
 
<dt>
66
 
<a name="annotation-glossterm-transfer%20full"></a>transfer full</dt>
67
 
<dd><p>Free data after the code is done.</p></dd>
68
 
<a name="glsC"></a><h3 class="title">C</h3>
69
 
<dt>
70
 
<a name="annotation-glossterm-closure"></a>closure</dt>
71
 
<dd><p>This parameter is a 'user_data', for callbacks; many bindings can pass NULL here.</p></dd>
72
 
<a name="glsT"></a><h3 class="title">T</h3>
73
 
<dt>
74
 
<a name="annotation-glossterm-transfer%20none"></a>transfer none</dt>
75
 
<dd><p>Don't free data after the code is done.</p></dd>
76
79
</div>
77
80
<div class="footer">
78
81
<hr>