Annotation Glossary

A

allow-none

NULL is OK, both for passing and for returning.

array

Parameter points to an array of items.

I

in

Parameter for input. Default is transfer none.

T

transfer none

Don't free data after the code is done.