diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2011-01-13 15:09:17 -0600 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2011-01-13 15:09:17 -0600 |
commit | 2dbf76884c921e35ea77c8faa9a7bb3cf9ecc3f0 (patch) | |
tree | 78ae1af1d48db003f296db1e1fbc584f5faf1e82 /docs/libdbusmenu-glib/reference/xml/annotation-glossary.xml | |
parent | 6cc24ff51aab2888b854fb61d2c5b12d89b77f29 (diff) | |
parent | bdea6b479fe42197519c98900f726c53b9e8e66f (diff) | |
download | libdbusmenu-2dbf76884c921e35ea77c8faa9a7bb3cf9ecc3f0.tar.gz libdbusmenu-2dbf76884c921e35ea77c8faa9a7bb3cf9ecc3f0.tar.bz2 libdbusmenu-2dbf76884c921e35ea77c8faa9a7bb3cf9ecc3f0.zip |
releasing version 0.3.91-0ubuntu1
Diffstat (limited to 'docs/libdbusmenu-glib/reference/xml/annotation-glossary.xml')
-rw-r--r-- | docs/libdbusmenu-glib/reference/xml/annotation-glossary.xml | 54 |
1 files changed, 0 insertions, 54 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 2dfb261..0000000 --- a/docs/libdbusmenu-glib/reference/xml/annotation-glossary.xml +++ /dev/null @@ -1,54 +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> - <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> |