lookup_interface


Description:

public unowned DBusInterfaceInfo? lookup_interface (string name)

Looks up information about an interface.

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

Parameters:

this

A DBusNodeInfo.

name

A D-Bus interface name.

Returns:

A DBusInterfaceInfo or null if not found. Do not free, it is owned by this.