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