diff options
| author | Ted Gould <ted@gould.cx> | 2011-08-25 09:44:53 -0500 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2011-08-25 09:44:53 -0500 |
| commit | c2141146e0ca4289e09cbda10bdf092baa4a0e17 (patch) | |
| tree | a70e65d0ddf00d288b43b5f0d967d08a9282af0a /docs/libdbusmenu-gtk/reference/xml/annotation-glossary.xml | |
| parent | bcf4f049eb4842268555d97040ccf9fed29032fc (diff) | |
| parent | 549dcbddf1b835ba18a259f15669a29d9660ccf3 (diff) | |
| download | libdbusmenu-c2141146e0ca4289e09cbda10bdf092baa4a0e17.tar.gz libdbusmenu-c2141146e0ca4289e09cbda10bdf092baa4a0e17.tar.bz2 libdbusmenu-c2141146e0ca4289e09cbda10bdf092baa4a0e17.zip | |
* New upstream release.
* Fix packing of generic menu items to use toggle-spacing
Diffstat (limited to 'docs/libdbusmenu-gtk/reference/xml/annotation-glossary.xml')
| -rw-r--r-- | docs/libdbusmenu-gtk/reference/xml/annotation-glossary.xml | 32 |
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> |
