aboutsummaryrefslogtreecommitdiff
path: root/docs/libdbusmenu-glib/reference/xml/annotation-glossary.xml
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-03-03 13:48:56 -0600
committerTed Gould <ted@gould.cx>2011-03-03 13:48:56 -0600
commitdf8c5e53a6fddcd80e2ea52174f9242c2c17eba4 (patch)
tree26fe9c9337b8c8eead223035698ce164da8c5ac6 /docs/libdbusmenu-glib/reference/xml/annotation-glossary.xml
parentbf0ec7cdc8c37f4ec7668f18b0be10942564957b (diff)
parenta66d4b41bfd368a4ac3c25be748cf64203147007 (diff)
downloadlibdbusmenu-df8c5e53a6fddcd80e2ea52174f9242c2c17eba4.tar.gz
libdbusmenu-df8c5e53a6fddcd80e2ea52174f9242c2c17eba4.tar.bz2
libdbusmenu-df8c5e53a6fddcd80e2ea52174f9242c2c17eba4.zip
* New upstream release.
* GTK application menus are not correctly displayed (LP: #726678) * Fix LP: #723873 - ensure that changing a menuitem property to a default value gets propagated properly in the client * Fix some crashes by disconnecting more signals when a menuitem is deleted. LP: #725980 and LP: #726153 * Making sure to grab the variant and dispose of it in handle_event. * Change the destroy prototype to fix GIR warnings * Fix emitting property changes to use tuples * Track the icon theme directories * Handle cases where passed in property names could be in the properties hash table * Making property names match DBus protocol recommendations * Restricting GIR scanner to exported interfaces * Use the library i18n libraries instead of the app ones * Make GetLayout use the parent parameter
Diffstat (limited to 'docs/libdbusmenu-glib/reference/xml/annotation-glossary.xml')
-rw-r--r--docs/libdbusmenu-glib/reference/xml/annotation-glossary.xml66
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>