DBusNodeInfo.lookupInterface

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

class DBusNodeInfo
lookupInterface
(
string name
)

Parameters

name string

A D-Bus interface name.

Return Value

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

Meta