A pointer to a %NULL-terminated array of pointers to #GDBusAnnotationInfo structures or %NULL if there are no annotations.
The name of the annotation, e.g. "org.freedesktop.DBus.Deprecated".
The reference count or -1 if statically allocated.
The value of the annotation.
If info
is statically allocated does nothing. Otherwise increases
the reference count.
If info
is statically allocated, does nothing. Otherwise decreases
the reference count of info
. When its reference count drops to 0,
the memory used is freed.
Looks up the value of an annotation.
The cost of this function is O(n) in number of annotations.
A %NULL-terminated array of annotations or %NULL.
The name of the annotation to look up.
Information about an annotation.