| NumCosmo Reference Manual | ||||
|---|---|---|---|---|
| E | A | O | T | A | T | S | ||||
E
Generics and defining elements of containers and arrays.
A
NULL is ok, both for passing and for returning.
O
Parameter for returning results. Default is transfer full.
T
Free data after the code is done.
Free data container after the code is done.
Don't free data after the code is done.
A
Parameter points to an array of items.
T
Override the parsed C type with given type.
S
The callback is valid until the GDestroyNotify argument is called.