Initial Import
[profile/ivi/json-glib.git] / doc / reference / html / annotation-glossary.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html>
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5 <title>Annotation Glossary</title>
6 <meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
7 <link rel="home" href="index.html" title="JSON-GLib Reference Manual">
8 <link rel="up" href="index.html" title="JSON-GLib Reference Manual">
9 <link rel="prev" href="ix08.html" title="Index of new symbols in 0.14">
10 <link rel="next" href="license.html" title="Appendix A. License">
11 <meta name="generator" content="GTK-Doc V1.18.1 (XML mode)">
12 <link rel="stylesheet" href="style.css" type="text/css">
13 </head>
14 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15 <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
16 <tr valign="middle">
17 <td><a accesskey="p" href="ix08.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
18 <td> </td>
19 <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
20 <th width="100%" align="center">JSON-GLib Reference Manual</th>
21 <td><a accesskey="n" href="license.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
22 </tr>
23 <tr><td colspan="5" class="shortcuts">
24 <a class="shortcut" href="#glsO">O</a>
25                       | 
26                    <a class="shortcut" href="#glsA">A</a>
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                       | 
34                    <a class="shortcut" href="#glsE">E</a>
35                       | 
36                    <a class="shortcut" href="#glsT">T</a>
37                       | 
38                    <a class="shortcut" href="#glsS">S</a>
39 </td></tr>
40 </table>
41 <div class="glossary">
42 <div class="titlepage"><div><div><h2 class="title">
43 <a name="annotation-glossary"></a>Annotation Glossary</h2></div></div></div>
44 <a name="glsO"></a><h3 class="title">O</h3>
45 <dt>
46 <a name="annotation-glossterm-out"></a>out</dt>
47 <dd><p>Parameter for returning results. Default is <acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>.</p></dd>
48 <dt>
49 <a name="annotation-glossterm-out%20caller-allocates"></a>out caller-allocates</dt>
50 <dd><p>Out parameter, where caller must allocate storage.</p></dd>
51 <a name="glsA"></a><h3 class="title">A</h3>
52 <dt>
53 <a name="annotation-glossterm-allow-none"></a>allow-none</dt>
54 <dd><p>NULL is ok, both for passing and for returning.</p></dd>
55 <a name="glsC"></a><h3 class="title">C</h3>
56 <dt>
57 <a name="annotation-glossterm-closure"></a>closure</dt>
58 <dd><p>This parameter is a 'user_data', for callbacks; many bindings can pass NULL here.</p></dd>
59 <a name="glsT"></a><h3 class="title">T</h3>
60 <dt>
61 <a name="annotation-glossterm-transfer%20none"></a>transfer none</dt>
62 <dd><p>Don't free data after the code is done.</p></dd>
63 <a name="glsA"></a><h3 class="title">A</h3>
64 <dt>
65 <a name="annotation-glossterm-array"></a>array</dt>
66 <dd><p>Parameter points to an array of items.</p></dd>
67 <a name="glsE"></a><h3 class="title">E</h3>
68 <dt>
69 <a name="annotation-glossterm-element-type"></a>element-type</dt>
70 <dd><p>Generics and defining elements of containers and arrays.</p></dd>
71 <a name="glsT"></a><h3 class="title">T</h3>
72 <dt>
73 <a name="annotation-glossterm-transfer%20container"></a>transfer container</dt>
74 <dd><p>Free data container after the code is done.</p></dd>
75 <dt>
76 <a name="annotation-glossterm-transfer%20full"></a>transfer full</dt>
77 <dd><p>Free data after the code is done.</p></dd>
78 <a name="glsS"></a><h3 class="title">S</h3>
79 <dt>
80 <a name="annotation-glossterm-scope%20call"></a>scope call</dt>
81 <dd><p>The callback is valid only during the call to the method.</p></dd>
82 </div>
83 <div class="footer">
84 <hr>
85           Generated by GTK-Doc V1.18.1</div>
86 </body>
87 </html>