A
allow-none
NULL is OK, both for passing and for returning.
array
Parameter points to an array of items.
E
error-domains
Typed errors. Similar to throws in Java.
I
in
Parameter for input. Default is transfer none.
T
transfer none
Don't free data after the code is done.