~ubuntu-branches/debian/stretch/libnice/stretch

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Simon McVittie
  • Date: 2014-05-14 12:00:13 UTC
  • mfrom: (1.2.9) (5.1.13 sid)
  • Revision ID: package-import@ubuntu.com-20140514120013-fi5mh9bexrjnwnd8
Tags: 0.1.7-1
* New upstream release 0.1.6, 0.1.7
  - fixes various compiler warnings that were mistakenly fatal in 0.1.5
    (Closes: #743232, #743233)
  - update symbols file for new API
* Explicitly disable -Werror, even if we package a non-release in future
* Don't run tests during the build. We were ignoring failures already,
  and they sometimes hang until the buildd terminates them.
  Upstream (Olivier Crête) says they are stable enough to be useful
  for developers, but not for integration testing.

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.78.1">
 
7
<link rel="home" href="index.html" title="libnice Reference Manual">
 
8
<link rel="up" href="pt04.html" title="Part IV. Appendices">
 
9
<link rel="prev" href="ix11.html" title="Index of new symbols in 0.1.6">
 
10
<meta name="generator" content="GTK-Doc V1.19 (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="ix11.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
 
17
<td><a accesskey="u" href="pt04.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></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">libnice Reference Manual</th>
 
20
<td> </td>
 
21
</tr>
 
22
<tr><td colspan="5" class="shortcuts">
 
23
<a class="shortcut" href="#glsA">A</a>
 
24
                      | 
 
25
                   <a class="shortcut" href="#glsE">E</a>
 
26
                      | 
 
27
                   <a class="shortcut" href="#glsI">I</a>
 
28
                      | 
 
29
                   <a class="shortcut" href="#glsO">O</a>
 
30
                      | 
 
31
                   <a class="shortcut" href="#glsT">T</a>
 
32
</td></tr>
 
33
</table>
 
34
<div class="glossary">
 
35
<div class="titlepage"><div><div><h2 class="title">
 
36
<a name="annotation-glossary"></a>Annotation Glossary</h2></div></div></div>
 
37
<a name="glsA"></a><h3 class="title">A</h3>
 
38
<dt><span class="glossterm"><a name="annotation-glossterm-allow-none"></a>allow-none</span></dt>
 
39
<dd class="glossdef"><p>NULL is ok, both for passing and for returning.</p></dd>
 
40
<dt><span class="glossterm"><a name="annotation-glossterm-array"></a>array</span></dt>
 
41
<dd class="glossdef"><p>Parameter points to an array of items.</p></dd>
 
42
<a name="glsE"></a><h3 class="title">E</h3>
 
43
<dt><span class="glossterm"><a name="annotation-glossterm-element-type"></a>element-type</span></dt>
 
44
<dd class="glossdef"><p>Generics and defining elements of containers and arrays.</p></dd>
 
45
<a name="glsI"></a><h3 class="title">I</h3>
 
46
<dt><span class="glossterm"><a name="annotation-glossterm-in"></a>in</span></dt>
 
47
<dd class="glossdef"><p>Parameter for input. Default is <acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>.</p></dd>
 
48
<a name="glsO"></a><h3 class="title">O</h3>
 
49
<dt><span class="glossterm"><a name="annotation-glossterm-out%20callee-allocates"></a>out callee-allocates</span></dt>
 
50
<dd class="glossdef"><p>Out parameter, where caller must allocate storage.</p></dd>
 
51
<dt><span class="glossterm"><a name="annotation-glossterm-out%20caller-allocates"></a>out caller-allocates</span></dt>
 
52
<dd class="glossdef"><p>Out parameter, where caller must allocate storage.</p></dd>
 
53
<a name="glsT"></a><h3 class="title">T</h3>
 
54
<dt><span class="glossterm"><a name="annotation-glossterm-transfer%20full"></a>transfer full</span></dt>
 
55
<dd class="glossdef"><p>Free data after the code is done.</p></dd>
 
56
<dt><span class="glossterm"><a name="annotation-glossterm-transfer%20none"></a>transfer none</span></dt>
 
57
<dd class="glossdef"><p>Don't free data after the code is done.</p></dd>
 
58
</div>
 
59
<div class="footer">
 
60
<hr>
 
61
          Generated by GTK-Doc V1.19</div>
 
62
</body>
 
63
</html>
 
 
b'\\ No newline at end of file'