diff options
| author | Ted Gould <ted@gould.cx> | 2011-02-17 11:04:40 -0600 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2011-02-17 11:04:40 -0600 |
| commit | 44927e6da03d633f0958ce5e04e62e752a43d201 (patch) | |
| tree | 0e5f56cf5a8bfd5a455d3fe82f3280bbbd42b852 /docs/libdbusmenu-glib/reference/xml/annotation-glossary.xml | |
| parent | df78fc4c1a098aa95fe530028b26a0f175bb4cf4 (diff) | |
| parent | 87703b408d42ce97b5a64142b0c33951d366890a (diff) | |
| download | libdbusmenu-44927e6da03d633f0958ce5e04e62e752a43d201.tar.gz libdbusmenu-44927e6da03d633f0958ce5e04e62e752a43d201.tar.bz2 libdbusmenu-44927e6da03d633f0958ce5e04e62e752a43d201.zip | |
Import upstream version 0.3.98
Diffstat (limited to 'docs/libdbusmenu-glib/reference/xml/annotation-glossary.xml')
| -rw-r--r-- | docs/libdbusmenu-glib/reference/xml/annotation-glossary.xml | 64 |
1 files changed, 0 insertions, 64 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 dd61dad..0000000 --- a/docs/libdbusmenu-glib/reference/xml/annotation-glossary.xml +++ /dev/null @@ -1,64 +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-array"/>array</glossterm> - <glossdef> - <para>Parameter points to an array of items.</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>I</title> - <glossentry> - <glossterm><anchor id="annotation-glossterm-inout"/>inout</glossterm> - <glossdef> - <para>Parameter for input and for returning results. Default is <acronym>transfer full</acronym>.</para> - </glossdef> - </glossentry> - <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> |
