DBusUtilities.nodeInfoLookupInterface

Looks up information about an interface. This cost of this function is O(n) in number of interfaces. Since 2.26

class DBusUtilities
static
nodeInfoLookupInterface

Parameters

info GDBusNodeInfo*

A GDBusNodeInfo.

name string

A D-Bus interface name.

Return Value

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

Meta