Annotation Glossary

A

array

Parameter points to an array of items.

O

optional

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

out

Parameter for returning results. Default is transfer full.

S

scope notified

The callback is valid until the GDestroyNotify argument is called.

T

transfer full

Free data after the code is done.