DBusAnnotationInfo.lookup

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

class DBusAnnotationInfo
static
string
lookup

Parameters

annotations DBusAnnotationInfo[]

A 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.

Meta