Imported Upstream version 0.9.35
[platform/upstream/harfbuzz.git] / docs / 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="HarfBuzz Reference Manual">
8 <link rel="up" href="index.html" title="HarfBuzz Reference Manual">
9 <link rel="prev" href="deprecated-api-index.html" title="Index of deprecated API">
10 <meta name="generator" content="GTK-Doc V1.20.1 (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="5"><tr valign="middle">
15 <td width="100%" align="left" class="shortcuts"><span id="nav_glossary"><a class="shortcut" href="#glsA">A</a>
16                      <span class="dim">|</span> 
17                   <a class="shortcut" href="#glsC">C</a>
18                      <span class="dim">|</span> 
19                   <a class="shortcut" href="#glsD">D</a>
20                      <span class="dim">|</span> 
21                   <a class="shortcut" href="#glsI">I</a>
22                      <span class="dim">|</span> 
23                   <a class="shortcut" href="#glsO">O</a>
24                      <span class="dim">|</span> 
25                   <a class="shortcut" href="#glsS">S</a>
26                      <span class="dim">|</span> 
27                   <a class="shortcut" href="#glsT">T</a></span></td>
28 <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
29 <td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
30 <td><a accesskey="p" href="deprecated-api-index.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
31 <td><img src="right-insensitive.png" width="16" height="16" border="0"></td>
32 </tr></table>
33 <div class="glossary">
34 <div class="titlepage"><div><div><h2 class="title">
35 <a name="annotation-glossary"></a>Annotation Glossary</h2></div></div></div>
36 <a name="glsA"></a><h3 class="title">A</h3>
37 <dt>
38 <a name="annotation-glossterm-allow-none"></a>allow-none</dt>
39 <dd><p>NULL is ok, both for passing and for returning.</p></dd>
40 <dt>
41 <a name="annotation-glossterm-array"></a>array</dt>
42 <dd><p>Parameter points to an array of items.</p></dd>
43 <a name="glsC"></a><h3 class="title">C</h3>
44 <dt>
45 <a name="annotation-glossterm-closure"></a>closure</dt>
46 <dd><p>This parameter is a 'user_data', for callbacks; many bindings can pass NULL here.</p></dd>
47 <a name="glsD"></a><h3 class="title">D</h3>
48 <dt>
49 <a name="annotation-glossterm-destroy"></a>destroy</dt>
50 <dd><p>This parameter is a 'destroy_data', for callbacks.</p></dd>
51 <a name="glsI"></a><h3 class="title">I</h3>
52 <dt>
53 <a name="annotation-glossterm-inout"></a>inout</dt>
54 <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>
55 <a name="glsO"></a><h3 class="title">O</h3>
56 <dt>
57 <a name="annotation-glossterm-out"></a>out</dt>
58 <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>
59 <a name="glsS"></a><h3 class="title">S</h3>
60 <dt>
61 <a name="annotation-glossterm-scope%20notified"></a>scope notified</dt>
62 <dd><p>The callback is valid until the GDestroyNotify argument is called.</p></dd>
63 <a name="glsT"></a><h3 class="title">T</h3>
64 <dt>
65 <a name="annotation-glossterm-transfer%20full"></a>transfer full</dt>
66 <dd><p>Free data after the code is done.</p></dd>
67 <dt>
68 <a name="annotation-glossterm-transfer%20none"></a>transfer none</dt>
69 <dd><p>Don't free data after the code is done.</p></dd>
70 </div>
71 <div class="footer">
72 <hr>
73           Generated by GTK-Doc V1.20.1</div>
74 </body>
75 </html>