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.
Return: The value or %NULL if not found. Do not free, it is owned by @annotations.
2.26
See Implementation
Looks up the value of an annotation.
The cost of this function is O(n) in number of annotations.