DBusUtilities.interfaceInfoLookupProperty

Looks up information about a property. This cost of this function is O(n) in number of properties. Since 2.26

class DBusUtilities
static
interfaceInfoLookupProperty

Parameters

info GDBusInterfaceInfo*

A GDBusInterfaceInfo.

name string

A D-Bus property name (typically in CamelCase).

Return Value

A GDBusPropertyInfo or NULL if not found. Do not free, it is owned by info.

Meta