From 59c214159f0017b5c623772d4d6f34f940ac1113 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 9 Jun 2010 15:08:32 -0500 Subject: Autogen and adding new Makefiles --- .../reference/xml/annotation-glossary.xml | 54 ++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 docs/libdbusmenu-glib/reference/xml/annotation-glossary.xml (limited to 'docs/libdbusmenu-glib/reference/xml/annotation-glossary.xml') diff --git a/docs/libdbusmenu-glib/reference/xml/annotation-glossary.xml b/docs/libdbusmenu-glib/reference/xml/annotation-glossary.xml new file mode 100644 index 0000000..2dfb261 --- /dev/null +++ b/docs/libdbusmenu-glib/reference/xml/annotation-glossary.xml @@ -0,0 +1,54 @@ + + +]> + + + Annotation Glossary +A + + array + + Parameter points to an array of items. + + + +E + + element-type + + Generics and defining elements of containers and arrays. + + + +I + + inout + + Parameter for input and for returning results. Default is transfer full. + + + + in + + Parameter for input. Default is transfer none. + + + +T + + transfer full + + Free data after the code is done. + + + + transfer none + + Don't free data after the code is done. + + + + -- cgit v1.2.3