• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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: GStreamer Bad Plugins 1.0 Library Reference Manual</title>
6<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
7<link rel="home" href="index.html" title="GStreamer Bad Plugins 1.0 Library Reference Manual">
8<link rel="up" href="index.html" title="GStreamer Bad Plugins 1.0 Library Reference Manual">
9<link rel="prev" href="api-index-deprecated.html" title="Index of deprecated API">
10<meta name="generator" content="GTK-Doc V1.28 (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">|</span17                  <a class="shortcut" href="#glsE">E</a>
18                     <span class="dim">|</span19                  <a class="shortcut" href="#glsO">O</a>
20                     <span class="dim">|</span21                  <a class="shortcut" href="#glsS">S</a>
22                     <span class="dim">|</span23                  <a class="shortcut" href="#glsT">T</a>
24                     <span class="dim">|</span25                  <a class="shortcut" href="#glsU">U</a></span></td>
26<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
27<td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
28<td><a accesskey="p" href="api-index-deprecated.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
29<td><img src="right-insensitive.png" width="16" height="16" border="0"></td>
30</tr></table>
31<div class="glossary">
32<div class="titlepage"><div><div><h1 class="title">
33<a name="annotation-glossary"></a>Annotation Glossary</h1></div></div></div>
34<a name="glsA"></a><h3 class="title">A</h3>
35<dt><span class="glossterm"><a name="annotation-glossterm-allow-none"></a>allow-none</span></dt>
36<dd class="glossdef"><p>NULL is OK, both for passing and for returning.</p></dd>
37<dt><span class="glossterm"><a name="annotation-glossterm-array"></a>array</span></dt>
38<dd class="glossdef"><p>Parameter points to an array of items.</p></dd>
39<a name="glsE"></a><h3 class="title">E</h3>
40<dt><span class="glossterm"><a name="annotation-glossterm-element-type"></a>element-type</span></dt>
41<dd class="glossdef"><p>Generics and defining elements of containers and arrays.</p></dd>
42<a name="glsO"></a><h3 class="title">O</h3>
43<dt><span class="glossterm"><a name="annotation-glossterm-out"></a>out</span></dt>
44<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>
45<a name="glsS"></a><h3 class="title">S</h3>
46<dt><span class="glossterm"><a name="annotation-glossterm-scope%20async"></a>scope async</span></dt>
47<dd class="glossdef"><p>The callback is valid until first called.</p></dd>
48<a name="glsT"></a><h3 class="title">T</h3>
49<dt><span class="glossterm"><a name="annotation-glossterm-transfer%20container"></a>transfer container</span></dt>
50<dd class="glossdef"><p>Free data container after the code is done.</p></dd>
51<dt><span class="glossterm"><a name="annotation-glossterm-transfer%20floating"></a>transfer floating</span></dt>
52<dd class="glossdef"><p>Alias for <acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>, used for objects with floating refs.</p></dd>
53<dt><span class="glossterm"><a name="annotation-glossterm-transfer%20full"></a>transfer full</span></dt>
54<dd class="glossdef"><p>Free data after the code is done.</p></dd>
55<dt><span class="glossterm"><a name="annotation-glossterm-transfer%20none"></a>transfer none</span></dt>
56<dd class="glossdef"><p>Don't free data after the code is done.</p></dd>
57<a name="glsU"></a><h3 class="title">U</h3>
58<dt><span class="glossterm"><a name="annotation-glossterm-Unstable"></a>Unstable</span></dt>
59<dd class="glossdef"><p>Unstable interfaces are experimental or transitional. They are typically used to
60give outside developers early access to new or rapidly changing technology, or
61to provide an interim solution to a problem where a more general solution is
62anticipated. No claims are made about either source or binary compatibility from
63one minor release to the next.
64
65The Unstable interface level is a warning that these interfaces are  subject to
66change without warning and should not be used in unbundled products.
67
68Given such caveats, customer impact need not be a factor when considering
69incompatible changes to an Unstable interface in a major or minor release.
70Nonetheless, when such changes are introduced, the changes should still be
71mentioned in the release notes for the affected release.
72</p></dd>
73</div>
74<div class="footer">
75<hr>Generated by GTK-Doc V1.28</div>
76</body>
77</html>