Initialize Tizen 2.3
[external/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.75.2">
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.15.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="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="#glsE">E</a>
33                       | 
34                    <a class="shortcut" href="#glsT">T</a>
35 </td></tr>
36 </table>
37 <div class="glossary">
38 <div class="titlepage"><div><div><h2 class="title">
39 <a name="annotation-glossary"></a>Annotation Glossary</h2></div></div></div>
40 <a name="glsO"></a><h3 class="title">O</h3>
41 <dt>
42 <a name="annotation-glossterm-out"></a>out</dt>
43 <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>
44 <a name="glsS"></a><h3 class="title">S</h3>
45 <dt>
46 <a name="annotation-glossterm-scope%20async"></a>scope async</dt>
47 <dd><p>The callback is valid until first called.</p></dd>
48 <a name="glsA"></a><h3 class="title">A</h3>
49 <dt>
50 <a name="annotation-glossterm-allow-none"></a>allow-none</dt>
51 <dd><p>NULL is ok, both for passing and for returning.</p></dd>
52 <a name="glsI"></a><h3 class="title">I</h3>
53 <dt>
54 <a name="annotation-glossterm-inout"></a>inout</dt>
55 <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>
56 <a name="glsE"></a><h3 class="title">E</h3>
57 <dt>
58 <a name="annotation-glossterm-element-type"></a>element-type</dt>
59 <dd><p>Generics and defining elements of containers and arrays.</p></dd>
60 <a name="glsT"></a><h3 class="title">T</h3>
61 <dt>
62 <a name="annotation-glossterm-transfer%20full"></a>transfer full</dt>
63 <dd><p>Free data after the code is done.</p></dd>
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 </div>
68 <div class="footer">
69 <hr>
70           Generated by GTK-Doc V1.15.1</div>
71 </body>
72 </html>