aboutsummaryrefslogtreecommitdiff
path: root/docs/libdbusmenu-gtk/reference/xml/annotation-glossary.xml
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2012-04-05 12:47:12 -0400
committerKen VanDine <ken.vandine@canonical.com>2012-04-05 12:47:12 -0400
commiteb38a3840843baed6fad4f28b3bbb67aabcc7c44 (patch)
tree15904adeff0dfbacc907bb5db4f2b75844d89532 /docs/libdbusmenu-gtk/reference/xml/annotation-glossary.xml
parent3e7b2a057b93b8885047f79b15957b4e6207cf71 (diff)
parent81ecc8abe03f0196f51951a7307b6361bdafe98e (diff)
downloadlibdbusmenu-eb38a3840843baed6fad4f28b3bbb67aabcc7c44.tar.gz
libdbusmenu-eb38a3840843baed6fad4f28b3bbb67aabcc7c44.tar.bz2
libdbusmenu-eb38a3840843baed6fad4f28b3bbb67aabcc7c44.zip
* New upstream release.
* Fix a regresssion introduced in 0.5.97's fix for (LP: #957022) * New upstream release. * Reduce the number of messages hud-service sends. (LP: #957022) * Fix valgrind tests thanks to a little help from sewardj. * Add gcov targets to autotools build for code-coverage reporting.
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>