DBusObjectManager.getInterface

gio.dbus_interface.DBusInterface getInterface(string objectPath, string interfaceName)

Gets the interface proxy for interface_name at object_path, if any.

Parameters

objectPathObject path to look up.
interfaceNameD-Bus interface name to look up.

Returns

A #GDBusInterface instance or null. Free

with [gobject.object.ObjectWrap.unref].