| GIO Reference Manual | ||||
|---|---|---|---|---|
| S | T | C | T | E | A | O | T | S | O | A | T | ||||
S
The callback is valid only during the call to the method.
T
Override the parsed C type with given type.
C
This parameter is a 'user_data', for callbacks; many bindings can pass NULL here.
T
Free data after the code is done.
E
Generics and defining elements of containers and arrays.
A
Parameter points to an array of items.
O
Out parameter, where caller must allocate storage.
T
Don't free data after the code is done.
S
The callback is valid until first called.
O
Parameter for returning results. Default is transfer full.
A
NULL is ok, both for passing and for returning.
T
Free data container after the code is done.
