File: annotation-glossary.xml

package info (click to toggle)
gtkextra 3.3.4-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 10,580 kB
  • sloc: ansic: 60,728; xml: 28,485; sh: 4,758; makefile: 476
file content (52 lines) | stat: -rw-r--r-- 1,924 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<?xml version="1.0"?>
<!DOCTYPE glossary PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
<!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
<!ENTITY version SYSTEM "version.xml">
]>
<!--ENTITY index-Objects-Grouped SYSTEM "objects_grouped.sgml"-->
<glossary id="annotation-glossary">
  <title>Annotation Glossary</title>
<glossdiv><title>O</title>
    <glossentry>
      <glossterm><anchor id="annotation-glossterm-out"/>out</glossterm>
      <glossdef>
        <para>Parameter for returning results. Default is <acronym>transfer full</acronym>.</para>
      </glossdef>
    </glossentry>
</glossdiv>
<glossdiv><title>S</title>
    <glossentry>
      <glossterm><anchor id="annotation-glossterm-scope async"/>scope async</glossterm>
      <glossdef>
        <para>The callback is valid until first called.</para>
      </glossdef>
    </glossentry>
    <glossentry>
      <glossterm><anchor id="annotation-glossterm-scope notified"/>scope notified</glossterm>
      <glossdef>
        <para>The callback is valid until the GDestroyNotify argument is called.</para>
      </glossdef>
    </glossentry>
</glossdiv>
<glossdiv><title>T</title>
    <glossentry>
      <glossterm><anchor id="annotation-glossterm-transfer full"/>transfer full</glossterm>
      <glossdef>
        <para>Free data after the code is done.</para>
      </glossdef>
    </glossentry>
    <glossentry>
      <glossterm><anchor id="annotation-glossterm-transfer none"/>transfer none</glossterm>
      <glossdef>
        <para>Don't free data after the code is done.</para>
      </glossdef>
    </glossentry>
    <glossentry>
      <glossterm><anchor id="annotation-glossterm-type"/>type</glossterm>
      <glossdef>
        <para>Override the parsed C type with given type.</para>
      </glossdef>
    </glossentry>
</glossdiv>
</glossary>