Function
GioDBusAnnotationInfolookup
Declaration
const gchar*
g_dbus_annotation_info_lookup (
GDBusAnnotationInfo** annotations,
const gchar* name
)
Description
Looks up the value of an annotation.
The cost of this function is O(n) in number of annotations.
Available since: | 2.26 |
Parameters
annotations |
An array of GDBusAnnotationInfo* |
A |
|
The argument can be NULL . | |
The array must be NULL -terminated. | |
The data is owned by the caller of the function. | |
name |
const gchar* |
The name of the annotation to look up. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. |