aboutsummaryrefslogtreecommitdiff
path: root/docs/libdbusmenu-gtk/reference/xml/annotation-glossary.xml
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-06-20 16:37:42 -0500
committerTed Gould <ted@gould.cx>2011-06-20 16:37:42 -0500
commit2f1adbf33420ba6c79a99938af18f9d7c4ec3484 (patch)
treef32468ab20257237622db64477c534d65ba1080f /docs/libdbusmenu-gtk/reference/xml/annotation-glossary.xml
parentddd6e111fef609b37ab31198e3494c4b0873ee2e (diff)
parent6a217805e685c47223da9513c31d2a26f0141ccf (diff)
downloadlibdbusmenu-2f1adbf33420ba6c79a99938af18f9d7c4ec3484.tar.gz
libdbusmenu-2f1adbf33420ba6c79a99938af18f9d7c4ec3484.tar.bz2
libdbusmenu-2f1adbf33420ba6c79a99938af18f9d7c4ec3484.zip
Import upstream version 0.4.90
Diffstat (limited to 'docs/libdbusmenu-gtk/reference/xml/annotation-glossary.xml')
-rw-r--r--docs/libdbusmenu-gtk/reference/xml/annotation-glossary.xml32
1 files changed, 32 insertions, 0 deletions
diff --git a/docs/libdbusmenu-gtk/reference/xml/annotation-glossary.xml b/docs/libdbusmenu-gtk/reference/xml/annotation-glossary.xml
new file mode 100644
index 0000000..7dde69a
--- /dev/null
+++ b/docs/libdbusmenu-gtk/reference/xml/annotation-glossary.xml
@@ -0,0 +1,32 @@
+<?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>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>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>
+</glossdiv>
+</glossary>