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

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

Meta

Since

2.26