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