e128a1a9faf645e2cd2aa667c1779ee03fc37210
[profile/ivi/GUPnP.git] / doc / 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="GUPnP Reference Manual">
8 <link rel="up" href="index.html" title="GUPnP Reference Manual">
9 <link rel="prev" href="glossary.html" title="Glossary">
10 <link rel="next" href="ix01.html" title="Index">
11 <meta name="generator" content="GTK-Doc V1.18 (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="glossary.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">GUPnP Reference Manual</th>
21 <td><a accesskey="n" href="ix01.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="#glsS">S</a>
27                       | 
28                    <a class="shortcut" href="#glsA">A</a>
29                       | 
30                    <a class="shortcut" href="#glsI">I</a>
31                       | 
32                    <a class="shortcut" href="#glsT">T</a>
33                       | 
34                    <a class="shortcut" href="#glsE">E</a>
35                       | 
36                    <a class="shortcut" href="#glsS">S</a>
37                       | 
38                    <a class="shortcut" href="#glsT">T</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 <a name="glsS"></a><h3 class="title">S</h3>
49 <dt>
50 <a name="annotation-glossterm-scope%20async"></a>scope async</dt>
51 <dd><p>The callback is valid until first called.</p></dd>
52 <a name="glsA"></a><h3 class="title">A</h3>
53 <dt>
54 <a name="annotation-glossterm-allow-none"></a>allow-none</dt>
55 <dd><p>NULL is ok, both for passing and for returning.</p></dd>
56 <a name="glsI"></a><h3 class="title">I</h3>
57 <dt>
58 <a name="annotation-glossterm-inout"></a>inout</dt>
59 <dd><p>Parameter for input and for returning results. Default is <acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>.</p></dd>
60 <a name="glsT"></a><h3 class="title">T</h3>
61 <dt>
62 <a name="annotation-glossterm-transfer%20none"></a>transfer none</dt>
63 <dd><p>Don't free data after the code is done.</p></dd>
64 <a name="glsE"></a><h3 class="title">E</h3>
65 <dt>
66 <a name="annotation-glossterm-element-type"></a>element-type</dt>
67 <dd><p>Generics and defining elements of containers and arrays.</p></dd>
68 <a name="glsS"></a><h3 class="title">S</h3>
69 <dt>
70 <a name="annotation-glossterm-scope%20call"></a>scope call</dt>
71 <dd><p>The callback is valid only during the call to the method.</p></dd>
72 <a name="glsT"></a><h3 class="title">T</h3>
73 <dt>
74 <a name="annotation-glossterm-transfer%20full"></a>transfer full</dt>
75 <dd><p>Free data after the code is done.</p></dd>
76 <dt>
77 <a name="annotation-glossterm-type"></a>type</dt>
78 <dd><p>Override the parsed C type with given type</p></dd>
79 </div>
80 <div class="footer">
81 <hr>
82           Generated by GTK-Doc V1.18</div>
83 </body>
84 </html>