aboutsummaryrefslogtreecommitdiff
path: root/docs/libdbusmenu-glib/reference/xml/annotation-glossary.xml
diff options
context:
space:
mode:
authorSebastien Bacher <seb128@ubuntu.com>2012-06-13 23:42:18 +0200
committerSebastien Bacher <seb128@ubuntu.com>2012-06-13 23:42:18 +0200
commit39588b350296d635de3dcbb4ea8499c8c693b90e (patch)
tree81e6113ec60b09fb05880af116a2cd9416378324 /docs/libdbusmenu-glib/reference/xml/annotation-glossary.xml
parent4e49daa82ca948228a7cef9fb552f703d0c80757 (diff)
parent09e7b1ae2c772ddedc848db0f3d563ae0362cb95 (diff)
downloadlibdbusmenu-39588b350296d635de3dcbb4ea8499c8c693b90e.tar.gz
libdbusmenu-39588b350296d635de3dcbb4ea8499c8c693b90e.tar.bz2
libdbusmenu-39588b350296d635de3dcbb4ea8499c8c693b90e.zip
releasing version 0.6.2-0ubuntu1
Diffstat (limited to 'docs/libdbusmenu-glib/reference/xml/annotation-glossary.xml')
-rw-r--r--docs/libdbusmenu-glib/reference/xml/annotation-glossary.xml80
1 files changed, 80 insertions, 0 deletions
diff --git a/docs/libdbusmenu-glib/reference/xml/annotation-glossary.xml b/docs/libdbusmenu-glib/reference/xml/annotation-glossary.xml
new file mode 100644
index 0000000..873e3a8
--- /dev/null
+++ b/docs/libdbusmenu-glib/reference/xml/annotation-glossary.xml
@@ -0,0 +1,80 @@
+<?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'">
+]>
+
+<glossary id="annotation-glossary">
+ <title>Annotation Glossary</title>
+<glossdiv><title>A</title>
+ <glossentry>
+ <glossterm><anchor id="annotation-glossterm-allow-none"/>allow-none</glossterm>
+ <glossdef>
+ <para>NULL is ok, both for passing and for returning.</para>
+ </glossdef>
+ </glossentry>
+</glossdiv>
+<glossdiv><title>C</title>
+ <glossentry>
+ <glossterm><anchor id="annotation-glossterm-closure"/>closure</glossterm>
+ <glossdef>
+ <para>This parameter is a 'user_data', for callbacks; many bindings can pass NULL here.</para>
+ </glossdef>
+ </glossentry>
+</glossdiv>
+<glossdiv><title>T</title>
+ <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>
+</glossdiv>
+<glossdiv><title>A</title>
+ <glossentry>
+ <glossterm><anchor id="annotation-glossterm-array"/>array</glossterm>
+ <glossdef>
+ <para>Parameter points to an array of items.</para>
+ </glossdef>
+ </glossentry>
+</glossdiv>
+<glossdiv><title>E</title>
+ <glossentry>
+ <glossterm><anchor id="annotation-glossterm-element-type"/>element-type</glossterm>
+ <glossdef>
+ <para>Generics and defining elements of containers and arrays.</para>
+ </glossdef>
+ </glossentry>
+</glossdiv>
+<glossdiv><title>I</title>
+ <glossentry>
+ <glossterm><anchor id="annotation-glossterm-in"/>in</glossterm>
+ <glossdef>
+ <para>Parameter for input. Default is <acronym>transfer none</acronym>.</para>
+ </glossdef>
+ </glossentry>
+</glossdiv>
+<glossdiv><title>T</title>
+ <glossentry>
+ <glossterm><anchor id="annotation-glossterm-transfer container"/>transfer container</glossterm>
+ <glossdef>
+ <para>Free data container after the code is done.</para>
+ </glossdef>
+ </glossentry>
+ <glossentry>
+ <glossterm><anchor id="annotation-glossterm-transfer full"/>transfer full</glossterm>
+ <glossdef>
+ <para>Free data after the code is done.</para>
+ </glossdef>
+ </glossentry>
+</glossdiv>
+<glossdiv><title>S</title>
+ <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>
+</glossary>