From 59c3714a494c3b3765657c0551ad82842d98a7d2 Mon Sep 17 00:00:00 2001 From: Sjoerd Simons Date: Sat, 26 Apr 2014 20:55:09 +0200 Subject: Imported Upstream version 0.9.8.10 --- docs/libnm-util/html/annotation-glossary.html | 73 ++++++++++++--------------- 1 file changed, 32 insertions(+), 41 deletions(-) (limited to 'docs/libnm-util/html/annotation-glossary.html') diff --git a/docs/libnm-util/html/annotation-glossary.html b/docs/libnm-util/html/annotation-glossary.html index ae9452da..f121b07a 100644 --- a/docs/libnm-util/html/annotation-glossary.html +++ b/docs/libnm-util/html/annotation-glossary.html @@ -2,53 +2,46 @@ -Annotation Glossary +libnm-util Reference Manual: Annotation Glossary - + - - - - - - - - - - + + + + + + +

Annotation Glossary

-

I

-
inout
-

Parameter for input and for returning results. Default is transfer full.

A

allow-none

NULL is ok, both for passing and for returning.

-

T

-
transfer container
-

Free data container after the code is done.

+
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.

@@ -56,17 +49,15 @@
scope call

The callback is valid only during the call to the method.

T

-
transfer none
-

Don't free data after the code is done.

-

E

-
element-type
-

Generics and defining elements of containers and arrays.

-

T

+
transfer container
+

Free data container after the code is done.

transfer full

Free data after the code is done.

+
transfer none
+

Don't free data after the code is done.

+ Generated by GTK-Doc V1.20 \ No newline at end of file -- cgit 1.3.0-6-gf8a5