~ubuntu-branches/ubuntu/precise/gnome-shell/precise

« back to all changes in this revision

Viewing changes to docs/reference/shell/html/annotation-glossary.html

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2012-03-14 13:47:20 UTC
  • mfrom: (1.1.36) (18.1.8 sid)
  • Revision ID: package-import@ubuntu.com-20120314134720-202sbjbu4a3z1fru
Tags: 3.3.90-0ubuntu1
* Sync with Debian experimental svn packaging (LP: #941755, #937709).
  Remaining changes:
  - debian/gnome-shell.gsettings-override: Update for Ubuntu defaults
  - debian/control.in: Recommend cups-pk-helper
  - debian/patches/10-make-NetworkManager-optional.patch: Disabled
  - Don't run dh-autoreconf

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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="Shell Reference Manual">
 
8
<link rel="up" href="index.html" title="Shell Reference Manual">
 
9
<link rel="prev" href="deprecated-api-index.html" title="Index of deprecated API">
 
10
<meta name="generator" content="GTK-Doc V1.18.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="2">
 
15
<tr valign="middle">
 
16
<td><a accesskey="p" href="deprecated-api-index.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">Shell 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="#glsT">T</a>
 
30
                      | 
 
31
                   <a class="shortcut" href="#glsE">E</a>
 
32
                      | 
 
33
                   <a class="shortcut" href="#glsT">T</a>
 
34
                      | 
 
35
                   <a class="shortcut" href="#glsS">S</a>
 
36
                      | 
 
37
                   <a class="shortcut" href="#glsT">T</a>
 
38
</td></tr>
 
39
</table>
 
40
<div class="glossary">
 
41
<div class="titlepage"><div><div><h2 class="title">
 
42
<a name="annotation-glossary"></a>Annotation Glossary</h2></div></div></div>
 
43
<a name="glsO"></a><h3 class="title">O</h3>
 
44
<dt>
 
45
<a name="annotation-glossterm-out%20caller-allocates"></a>out caller-allocates</dt>
 
46
<dd><p>Out parameter, where caller must allocate storage.</p></dd>
 
47
<dt>
 
48
<a name="annotation-glossterm-out"></a>out</dt>
 
49
<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>
 
50
<a name="glsS"></a><h3 class="title">S</h3>
 
51
<dt>
 
52
<a name="annotation-glossterm-scope%20async"></a>scope async</dt>
 
53
<dd><p>The callback is valid until first called.</p></dd>
 
54
<a name="glsA"></a><h3 class="title">A</h3>
 
55
<dt>
 
56
<a name="annotation-glossterm-allow-none"></a>allow-none</dt>
 
57
<dd><p>NULL is ok, both for passing and for returning.</p></dd>
 
58
<a name="glsT"></a><h3 class="title">T</h3>
 
59
<dt>
 
60
<a name="annotation-glossterm-transfer%20none"></a>transfer none</dt>
 
61
<dd><p>Don't free data after the code is done.</p></dd>
 
62
<a name="glsE"></a><h3 class="title">E</h3>
 
63
<dt>
 
64
<a name="annotation-glossterm-element-type"></a>element-type</dt>
 
65
<dd><p>Generics and defining elements of containers and arrays.</p></dd>
 
66
<a name="glsT"></a><h3 class="title">T</h3>
 
67
<dt>
 
68
<a name="annotation-glossterm-transfer%20container"></a>transfer container</dt>
 
69
<dd><p>Free data container after the code is done.</p></dd>
 
70
<a name="glsS"></a><h3 class="title">S</h3>
 
71
<dt>
 
72
<a name="annotation-glossterm-scope%20call"></a>scope call</dt>
 
73
<dd><p>The callback is valid only during the call to the method.</p></dd>
 
74
<a name="glsT"></a><h3 class="title">T</h3>
 
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
<dt>
 
79
<a name="annotation-glossterm-type"></a>type</dt>
 
80
<dd><p>Override the parsed C type with given type.</p></dd>
 
81
</div>
 
82
<div class="footer">
 
83
<hr>
 
84
          Generated by GTK-Doc V1.18.1</div>
 
85
</body>
 
86
</html>
 
 
b'\\ No newline at end of file'