diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-03-03 17:19:47 -0500 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-03-03 17:19:47 -0500 |
commit | 06885e9d71861edd32d7906ef7ba252f2e064167 (patch) | |
tree | 7e8e96a7fe4d23822aa60b6c9ec629a2889ed2d1 /docs/libdbusmenu-glib/reference/xml/annotation-glossary.xml | |
parent | 86cabf670968df8056246d2f6c3b2c4f6b19399a (diff) | |
parent | 2949b7cdafe7c7e4204ca441c14ced5672ddcdd9 (diff) | |
download | libdbusmenu-06885e9d71861edd32d7906ef7ba252f2e064167.tar.gz libdbusmenu-06885e9d71861edd32d7906ef7ba252f2e064167.tar.bz2 libdbusmenu-06885e9d71861edd32d7906ef7ba252f2e064167.zip |
releasing version 0.3.100-0ubuntu1
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, 0 insertions, 66 deletions
diff --git a/docs/libdbusmenu-glib/reference/xml/annotation-glossary.xml b/docs/libdbusmenu-glib/reference/xml/annotation-glossary.xml deleted file mode 100644 index 1e38c0d..0000000 --- a/docs/libdbusmenu-glib/reference/xml/annotation-glossary.xml +++ /dev/null @@ -1,66 +0,0 @@ -<?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> |