Annotation Glossary

O

out caller-allocates

Out parameter, where caller must allocate storage.

T

transfer container

Free data container after the code is done.

E

element-type

Generics and defining elements of containers and arrays.

T

transfer full

Free data after the code is done.

A

allow-none

NULL is ok, both for passing and for returning.