New upstream version 3.24.28
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
<link rel="home" href="index.html" title="GDK 3 Reference Manual">
|
||||
<link rel="up" href="index.html" title="GDK 3 Reference Manual">
|
||||
<link rel="prev" href="api-index-3-24.html" title="Index of new symbols in 3.24">
|
||||
<meta name="generator" content="GTK-Doc V1.33.0 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.33.1 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
</head>
|
||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||
@ -56,7 +56,7 @@
|
||||
<dd class="glossdef"><p>Generics and defining elements of containers and arrays.</p></dd>
|
||||
<a name="glsI"></a><h3 class="title">I</h3>
|
||||
<dt><span class="glossterm"><a name="annotation-glossterm-inout"></a>inout</span></dt>
|
||||
<dd class="glossdef"><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>
|
||||
<dd class="glossdef"><p>Parameter for input and for returning results. Default is <acronym title="The caller owns the data, and is responsible for free it."><span class="acronym">transfer full</span></acronym>.</p></dd>
|
||||
<a name="glsN"></a><h3 class="title">N</h3>
|
||||
<dt><span class="glossterm"><a name="annotation-glossterm-not%20nullable"></a>not nullable</span></dt>
|
||||
<dd class="glossdef"><p>NULL must not be passed as the value in, out, in-out; or as a return value.</p></dd>
|
||||
@ -66,7 +66,7 @@
|
||||
<dt><span class="glossterm"><a name="annotation-glossterm-optional"></a>optional</span></dt>
|
||||
<dd class="glossdef"><p>NULL may be passed instead of a pointer to a location.</p></dd>
|
||||
<dt><span class="glossterm"><a name="annotation-glossterm-out"></a>out</span></dt>
|
||||
<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>
|
||||
<dd class="glossdef"><p>Parameter for returning results. Default is <acronym title="The caller owns the data, and is responsible for free it."><span class="acronym">transfer full</span></acronym>.</p></dd>
|
||||
<dt><span class="glossterm"><a name="annotation-glossterm-out%20caller-allocates"></a>out caller-allocates</span></dt>
|
||||
<dd class="glossdef"><p>Out parameter, where caller must allocate storage.</p></dd>
|
||||
<a name="glsP"></a><h3 class="title">P</h3>
|
||||
@ -85,11 +85,11 @@ documented ways.
|
||||
<dd class="glossdef"><p>Exposed in C code, not necessarily available in other languages.</p></dd>
|
||||
<a name="glsT"></a><h3 class="title">T</h3>
|
||||
<dt><span class="glossterm"><a name="annotation-glossterm-transfer%20container"></a>transfer container</span></dt>
|
||||
<dd class="glossdef"><p>Free data container after the code is done.</p></dd>
|
||||
<dd class="glossdef"><p>The caller owns the data container, but not the data inside it.</p></dd>
|
||||
<dt><span class="glossterm"><a name="annotation-glossterm-transfer%20full"></a>transfer full</span></dt>
|
||||
<dd class="glossdef"><p>Free data after the code is done.</p></dd>
|
||||
<dd class="glossdef"><p>The caller owns the data, and is responsible for free it.</p></dd>
|
||||
<dt><span class="glossterm"><a name="annotation-glossterm-transfer%20none"></a>transfer none</span></dt>
|
||||
<dd class="glossdef"><p>Don't free data after the code is done.</p></dd>
|
||||
<dd class="glossdef"><p>The data is owned by the callee, which is responsible of freeing it.</p></dd>
|
||||
<dt><span class="glossterm"><a name="annotation-glossterm-type"></a>type</span></dt>
|
||||
<dd class="glossdef"><p>Override the parsed C type with given type.</p></dd>
|
||||
<a name="glsU"></a><h3 class="title">U</h3>
|
||||
@ -110,6 +110,6 @@ mentioned in the release notes for the affected release.
|
||||
</p></dd>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<hr>Generated by GTK-Doc V1.33.0</div>
|
||||
<hr>Generated by GTK-Doc V1.33.1</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user