diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2012-04-11 13:48:03 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2012-04-11 13:48:03 -0400 |
commit | 140fd76aee6d331e6afc3ae8b74af8e918373a22 (patch) | |
tree | 1427d511390aaf03288a0298e12752966c8ec139 /docs/libdbusmenu-gtk/reference/xml/annotation-glossary.xml | |
parent | 89a65ea4896993acc2f7918c36e5d914d8929496 (diff) | |
parent | b30eb6635cdc00589e85b2867ce056d33dee8451 (diff) | |
download | libdbusmenu-140fd76aee6d331e6afc3ae8b74af8e918373a22.tar.gz libdbusmenu-140fd76aee6d331e6afc3ae8b74af8e918373a22.tar.bz2 libdbusmenu-140fd76aee6d331e6afc3ae8b74af8e918373a22.zip |
* New upstream release.
* Fix mnemonics in wifi hotspot names. (LP: #903200)
* Fix nautilus crash in dbusmenu_menuitem_property_remove() (LP: #959821)
* Fix about-to-show grouping.
* Fix visibility signal in the server.
* Silence false positives in dbusmenu's signal smoke tests.
Diffstat (limited to 'docs/libdbusmenu-gtk/reference/xml/annotation-glossary.xml')
-rw-r--r-- | docs/libdbusmenu-gtk/reference/xml/annotation-glossary.xml | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/docs/libdbusmenu-gtk/reference/xml/annotation-glossary.xml b/docs/libdbusmenu-gtk/reference/xml/annotation-glossary.xml deleted file mode 100644 index 7dde69a..0000000 --- a/docs/libdbusmenu-gtk/reference/xml/annotation-glossary.xml +++ /dev/null @@ -1,32 +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>O</title> - <glossentry> - <glossterm><anchor id="annotation-glossterm-out"/>out</glossterm> - <glossdef> - <para>Parameter for returning results. Default is <acronym>transfer full</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> |