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
The data is owned by the callee, which is responsible of freeing it.