DBusUtilities.annotationInfoLookup

Looks up the value of an annotation. This cost of this function is O(n) in number of annotations. Since 2.26

class DBusUtilities
static
string
annotationInfoLookup

Parameters

annotations GDBusAnnotationInfo**

A NULL-terminated array of annotations or NULL.

name string

The name of the annotation to look up.

Return Value

Type: string

The value or NULL if not found. Do not free, it is owned by annotations.

Meta