~ubuntu-branches/debian/jessie/cheese/jessie

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson
  • Date: 2014-04-02 21:39:33 UTC
  • mfrom: (1.5.1) (15.1.7 experimental)
  • Revision ID: package-import@ubuntu.com-20140402213933-r0w3gna0pv7q7085
Tags: 3.12.0-1
* New upstream release.
* Revert changes done in 3.10.1-3
  - i.e. lower gnome-desktop build-dependency again.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
<link rel="home" href="index.html" title="Cheese Reference Manual">
8
8
<link rel="up" href="index.html" title="Cheese Reference Manual">
9
9
<link rel="prev" href="api-index-deprecated.html" title="Index of deprecated symbols">
10
 
<meta name="generator" content="GTK-Doc V1.19.1 (XML mode)">
 
10
<meta name="generator" content="GTK-Doc V1.20.1 (XML mode)">
11
11
<link rel="stylesheet" href="style.css" type="text/css">
12
12
</head>
13
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="10"><tr valign="middle">
15
 
<td width="100%" align="left">
16
 
<a class="shortcut" href="#glsT">T</a>
17
 
                     | 
 
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> 
18
17
                  <a class="shortcut" href="#glsE">E</a>
19
 
                     | 
 
18
                     <span class="dim">|</span> 
20
19
                  <a class="shortcut" href="#glsO">O</a>
21
 
                     | 
22
 
                  <a class="shortcut" href="#glsA">A</a>
23
 
                     | 
 
20
                     <span class="dim">|</span> 
24
21
                  <a class="shortcut" href="#glsT">T</a>
25
 
</td>
 
22
                     <span class="dim">|</span> 
 
23
                  <a class="shortcut" href="#glsU">U</a></span></td>
26
24
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
27
25
<td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
28
26
<td><a accesskey="p" href="api-index-deprecated.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
31
29
<div class="glossary">
32
30
<div class="titlepage"><div><div><h1 class="title">
33
31
<a name="annotation-glossary"></a>Annotation Glossary</h1></div></div></div>
34
 
<a name="glsT"></a><h3 class="title">T</h3>
35
 
<dt><span class="glossterm"><a name="annotation-glossterm-transfer%20full"></a>transfer full</span></dt>
36
 
<dd class="glossdef"><p>Free data after the code is done.</p></dd>
 
32
<a name="glsA"></a><h3 class="title">A</h3>
 
33
<dt><span class="glossterm"><a name="annotation-glossterm-allow-none"></a>allow-none</span></dt>
 
34
<dd class="glossdef"><p>NULL is ok, both for passing and for returning.</p></dd>
37
35
<a name="glsE"></a><h3 class="title">E</h3>
38
36
<dt><span class="glossterm"><a name="annotation-glossterm-element-type"></a>element-type</span></dt>
39
37
<dd class="glossdef"><p>Generics and defining elements of containers and arrays.</p></dd>
40
38
<a name="glsO"></a><h3 class="title">O</h3>
41
39
<dt><span class="glossterm"><a name="annotation-glossterm-out"></a>out</span></dt>
42
40
<dd class="glossdef"><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>
43
 
<a name="glsA"></a><h3 class="title">A</h3>
44
 
<dt><span class="glossterm"><a name="annotation-glossterm-allow-none"></a>allow-none</span></dt>
45
 
<dd class="glossdef"><p>NULL is ok, both for passing and for returning.</p></dd>
46
41
<a name="glsT"></a><h3 class="title">T</h3>
 
42
<dt><span class="glossterm"><a name="annotation-glossterm-transfer%20container"></a>transfer container</span></dt>
 
43
<dd class="glossdef"><p>Free data container after the code is done.</p></dd>
 
44
<dt><span class="glossterm"><a name="annotation-glossterm-transfer%20full"></a>transfer full</span></dt>
 
45
<dd class="glossdef"><p>Free data after the code is done.</p></dd>
 
46
<dt><span class="glossterm"><a name="annotation-glossterm-transfer%20none"></a>transfer none</span></dt>
 
47
<dd class="glossdef"><p>Don't free data after the code is done.</p></dd>
47
48
<dt><span class="glossterm"><a name="annotation-glossterm-type"></a>type</span></dt>
48
49
<dd class="glossdef"><p>Override the parsed C type with given type.</p></dd>
49
 
<dt><span class="glossterm"><a name="annotation-glossterm-transfer%20none"></a>transfer none</span></dt>
50
 
<dd class="glossdef"><p>Don't free data after the code is done.</p></dd>
51
 
<dt><span class="glossterm"><a name="annotation-glossterm-transfer%20container"></a>transfer container</span></dt>
52
 
<dd class="glossdef"><p>Free data container after the code is done.</p></dd>
 
50
<a name="glsU"></a><h3 class="title">U</h3>
 
51
<dt><span class="glossterm"><a name="annotation-glossterm-Unstable"></a>Unstable</span></dt>
 
52
<dd class="glossdef"><p>Unstable interfaces are experimental or transitional. They are typically used to
 
53
give outside developers early access to new or rapidly changing technology, or
 
54
to provide an interim solution to a problem where a more general solution is
 
55
anticipated. No claims are made about either source or binary compatibility from
 
56
one minor release to the next.
 
57
 
 
58
The Unstable interface level is a warning that these interfaces are  subject to
 
59
change without warning and should not be used in unbundled products.
 
60
 
 
61
Given such caveats, customer impact need not be a factor when considering
 
62
incompatible changes to an Unstable interface in a major or minor release.
 
63
Nonetheless, when such changes are introduced, the changes should still be
 
64
mentioned in the release notes for the affected release.
 
65
</p></dd>
53
66
</div>
54
67
<div class="footer">
55
68
<hr>
56
 
          Generated by GTK-Doc V1.19.1</div>
 
69
          Generated by GTK-Doc V1.20.1</div>
57
70
</body>
58
71
</html>
 
 
b'\\ No newline at end of file'