Tizen 2.1 base
[platform/upstream/glib2.0.git] / docs / reference / gio / 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="GIO Reference Manual">
8 <link rel="up" href="index.html" title="GIO Reference Manual">
9 <link rel="prev" href="api-index-2-32.html" title="Index of new symbols in 2.32">
10 <meta name="generator" content="GTK-Doc V1.18 (XML mode)">
11 <link rel="stylesheet" href="style.css" type="text/css">
12 </head>
13 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
14 <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
15 <tr valign="middle">
16 <td><a accesskey="p" href="api-index-2-32.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
17 <td> </td>
18 <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
19 <th width="100%" align="center">GIO Reference Manual</th>
20 <td> </td>
21 </tr>
22 <tr><td colspan="5" class="shortcuts">
23 <a class="shortcut" href="#glsO">O</a>
24                       | 
25                    <a class="shortcut" href="#glsS">S</a>
26                       | 
27                    <a class="shortcut" href="#glsA">A</a>
28                       | 
29                    <a class="shortcut" href="#glsC">C</a>
30                       | 
31                    <a class="shortcut" href="#glsT">T</a>
32                       | 
33                    <a class="shortcut" href="#glsA">A</a>
34                       | 
35                    <a class="shortcut" href="#glsE">E</a>
36                       | 
37                    <a class="shortcut" href="#glsT">T</a>
38                       | 
39                    <a class="shortcut" href="#glsS">S</a>
40                       | 
41                    <a class="shortcut" href="#glsT">T</a>
42 </td></tr>
43 </table>
44 <div class="glossary">
45 <div class="titlepage"><div><div><h2 class="title">
46 <a name="annotation-glossary"></a>Annotation Glossary</h2></div></div></div>
47 <a name="glsO"></a><h3 class="title">O</h3>
48 <dt>
49 <a name="annotation-glossterm-out"></a>out</dt>
50 <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>
51 <a name="glsS"></a><h3 class="title">S</h3>
52 <dt>
53 <a name="annotation-glossterm-scope%20async"></a>scope async</dt>
54 <dd><p>The callback is valid until first called.</p></dd>
55 <a name="glsA"></a><h3 class="title">A</h3>
56 <dt>
57 <a name="annotation-glossterm-allow-none"></a>allow-none</dt>
58 <dd><p>NULL is ok, both for passing and for returning.</p></dd>
59 <a name="glsC"></a><h3 class="title">C</h3>
60 <dt>
61 <a name="annotation-glossterm-closure"></a>closure</dt>
62 <dd><p>This parameter is a 'user_data', for callbacks; many bindings can pass NULL here.</p></dd>
63 <a name="glsT"></a><h3 class="title">T</h3>
64 <dt>
65 <a name="annotation-glossterm-transfer%20none"></a>transfer none</dt>
66 <dd><p>Don't free data after the code is done.</p></dd>
67 <a name="glsA"></a><h3 class="title">A</h3>
68 <dt>
69 <a name="annotation-glossterm-array"></a>array</dt>
70 <dd><p>Parameter points to an array of items.</p></dd>
71 <a name="glsE"></a><h3 class="title">E</h3>
72 <dt>
73 <a name="annotation-glossterm-element-type"></a>element-type</dt>
74 <dd><p>Generics and defining elements of containers and arrays.</p></dd>
75 <a name="glsT"></a><h3 class="title">T</h3>
76 <dt>
77 <a name="annotation-glossterm-transfer%20container"></a>transfer container</dt>
78 <dd><p>Free data container after the code is done.</p></dd>
79 <a name="glsS"></a><h3 class="title">S</h3>
80 <dt>
81 <a name="annotation-glossterm-scope%20call"></a>scope call</dt>
82 <dd><p>The callback is valid only during the call to the method.</p></dd>
83 <a name="glsT"></a><h3 class="title">T</h3>
84 <dt>
85 <a name="annotation-glossterm-transfer%20full"></a>transfer full</dt>
86 <dd><p>Free data after the code is done.</p></dd>
87 <dt>
88 <a name="annotation-glossterm-type"></a>type</dt>
89 <dd><p>Override the parsed C type with given type</p></dd>
90 </div>
91 <div class="footer">
92 <hr>
93           Generated by GTK-Doc V1.18</div>
94 </body>
95 </html>