Gio.DBusObjectManager::get_interface

function vfunc_get_interface(object_path: String, interface_name: String): Gio.DBusInterface {
}
  

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

Since 2.30

object_path

Object path to lookup.

interface_name

D-Bus interface name to lookup.

Returns

A Gio.DBusInterface instance or null. Free with GObject.Object.prototype.unref.