From 2e5fa45ddfbb5cffa1e78221f1cea706e2f298af Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Wed, 31 Jul 2019 10:51:42 +0200 Subject: New upstream version 1.19.90 --- docs/libnm-util/html/annotation-glossary.html | 69 --------------------------- 1 file changed, 69 deletions(-) delete mode 100644 docs/libnm-util/html/annotation-glossary.html (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 deleted file mode 100644 index a70e06d2..00000000 --- a/docs/libnm-util/html/annotation-glossary.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - -Annotation Glossary: libnm-util Reference Manual - - - - - - - - - - - - - - - -
-

-Annotation Glossary

-

A

-
allow-none
-

NULL is OK, both for passing and for returning.

-
array
-

Parameter points to an array of items.

-

C

-
closure
-

This parameter is a 'user_data', for callbacks; many bindings can pass NULL here.

-

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.

-

S

-
scope call
-

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

-
skip
-

Exposed in C code, not necessarily available in other languages.

-

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.

-
- - - \ No newline at end of file -- cgit 1.3.0-6-gf8a5