From 3e70ecbab850bcc08ee89e1256d82cca70d80ee7 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Mon, 21 Jan 2013 11:06:41 +0100 Subject: Add public iterator API to p11-kit --- doc/annotation-glossary.xml | 67 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 doc/annotation-glossary.xml (limited to 'doc/annotation-glossary.xml') diff --git a/doc/annotation-glossary.xml b/doc/annotation-glossary.xml new file mode 100644 index 0000000..4a0f8a6 --- /dev/null +++ b/doc/annotation-glossary.xml @@ -0,0 +1,67 @@ + + +]> + + +Annotation Glossary +A + + allow-none + + NULL is ok, both for passing and for returning. + + + + 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. + + + +O + + out + + Parameter for returning results. Default is transfer full. + + + +T + + transfer full + + Free data after the code is done. + + + + type + + Override the parsed C type with given type + + + + transfer none + + Don't free data after the code is done. + + + + \ No newline at end of file -- cgit v1.1