diff options
| author | Ted Gould <ted@gould.cx> | 2011-02-24 15:06:19 -0600 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2011-02-24 15:06:19 -0600 |
| commit | 28544e91c3fa88465b3aa34244a7af395bc212ea (patch) | |
| tree | b10be9665247738cb08e865b00f2f44fbe2b33c3 /docs/libdbusmenu-glib/reference/xml/annotation-glossary.xml | |
| parent | 1f45ae88c3eb012fdae94ffe4e70f467baf4b8d2 (diff) | |
| parent | f8fed10917f0f2ebba16d2d6628fad2d2d46c04e (diff) | |
| download | libdbusmenu-28544e91c3fa88465b3aa34244a7af395bc212ea.tar.gz libdbusmenu-28544e91c3fa88465b3aa34244a7af395bc212ea.tar.bz2 libdbusmenu-28544e91c3fa88465b3aa34244a7af395bc212ea.zip | |
New upstream release.
Diffstat (limited to 'docs/libdbusmenu-glib/reference/xml/annotation-glossary.xml')
| -rw-r--r-- | docs/libdbusmenu-glib/reference/xml/annotation-glossary.xml | 66 |
1 files changed, 66 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..1e38c0d --- /dev/null +++ b/docs/libdbusmenu-glib/reference/xml/annotation-glossary.xml @@ -0,0 +1,66 @@ +<?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>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>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> +</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 full"/>transfer full</glossterm> + <glossdef> + <para>Free data after the code is done.</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> +</glossary> |
