Annotation Glossary

O

optional

NULL may be passed instead of a pointer to a location.

out

Parameter for returning results. Default is transfer full.

out callee-allocates

Out parameter, where caller must allocate storage.

T

transfer full

Free data after the code is done.

transfer none

Don't free data after the code is done.