diff options
author | Ted Gould <ted@gould.cx> | 2011-02-24 16:01:21 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-02-24 16:01:21 -0600 |
commit | 7a1564e995770915a51c411a1856508db19206e9 (patch) | |
tree | 08513a375dbcc01cd2ee27b6d833ce777c13131c /docs/reference/xml/annotation-glossary.xml | |
parent | 596f48a0a0c29e683fb31bc837ff54b1b8ca7343 (diff) | |
parent | d634d56953314f19911f4331b7e9a03f04f20b7f (diff) | |
download | libayatana-appindicator-7a1564e995770915a51c411a1856508db19206e9.tar.gz libayatana-appindicator-7a1564e995770915a51c411a1856508db19206e9.tar.bz2 libayatana-appindicator-7a1564e995770915a51c411a1856508db19206e9.zip |
Import upstream version 0.2.96
Diffstat (limited to 'docs/reference/xml/annotation-glossary.xml')
-rw-r--r-- | docs/reference/xml/annotation-glossary.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/reference/xml/annotation-glossary.xml b/docs/reference/xml/annotation-glossary.xml new file mode 100644 index 0000000..f0417a4 --- /dev/null +++ b/docs/reference/xml/annotation-glossary.xml @@ -0,0 +1,18 @@ +<?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>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> |