DBusNodeInfo.lookupInterface

Looks up information about an interface.

The cost of this function is O(n) in number of interfaces.

class DBusNodeInfo
lookupInterface
(
string name
)

Parameters

name string

A D-Bus interface name.

Return Value

Type: gio.dbus_interface_info.DBusInterfaceInfo

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