DBusNodeInfo.lookupInterface
gio.dbus_interface_info.DBusInterfaceInfo lookupInterface(string name)Looks up information about an interface.
The cost of this function is O(n) in number of interfaces.
Parameters
name | A D-Bus interface name. |
Returns
A #GDBusInterfaceInfo or null if not found. Do not free, it is owned by info.