From cfb80376641fa49137b9996130352697e7f8b436 Mon Sep 17 00:00:00 2001 From: Sebastien Bacher Date: Wed, 25 Aug 2021 15:23:22 +0200 Subject: New upstream version 1.32.10 --- docs/libnm/html/annotation-glossary.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'docs/libnm/html/annotation-glossary.html') diff --git a/docs/libnm/html/annotation-glossary.html b/docs/libnm/html/annotation-glossary.html index 3b043d13..9591c45b 100644 --- a/docs/libnm/html/annotation-glossary.html +++ b/docs/libnm/html/annotation-glossary.html @@ -8,7 +8,7 @@ - + @@ -49,7 +49,7 @@

Generics and defining elements of containers and arrays.

I

inout
-

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

+

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

N

nullable

NULL may be passed as the value in, out, in-out; or as a return value.

@@ -57,7 +57,7 @@
optional

NULL may be passed instead of a pointer to a location.

out
-

Parameter for returning results. Default is transfer full.

+

Parameter for returning results. Default is transfer full.

S

scope async

The callback is valid until first called.

@@ -67,15 +67,15 @@

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

T

transfer container
-

The caller owns the data container, but not the data inside it.

+

Free data container after the code is done.

transfer full
-

The caller owns the data, and is responsible for free it.

+

Free data after the code is done.

transfer none
-

The data is owned by the callee, which is responsible of freeing it.

+

Don't free data after the code is done.

type

Override the parsed C type with given type.

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