![]() |
![]() |
St Reference Manual | ||
---|---|---|---|---|
E | O | T | I | T | A | O | S | T |
Generics and defining elements of containers and arrays.
Out parameter, where caller must allocate storage.
Free data container after the code is done.
Parameter for input and for returning results. Default is transfer full.
Free data after the code is done.
NULL is ok, both for passing and for returning.
Parameter for returning results. Default is transfer full.
The callback is valid until first called.
Don't free data after the code is done.