Gio.DBusObjectManager.prototype.get_object

function get_object(object_path: String): Gio.DBusObject {
    // Gjs wrapper for g_dbus_object_manager_get_object()
}
  

Gets the Gio.DBusObjectProxy at object_path, if any.

Since 2.30

object_path

Object path to lookup.

Returns

A Gio.DBusObject or null. Free with GObject.Object.prototype.unref.