Gio.DBusObjectProxy
const Gio = imports.gi.Gio;
let dBusObjectProxy = new Gio.DBusObjectProxy({
g_connection: value,
g_object_path: value,
});
A Gio.DBusObjectProxy is an object used to represent a remote object with one or more D-Bus interfaces. Normally, you don't instantiate a Gio.DBusObjectProxy yourself - typically Gio.DBusObjectManagerClient is used to obtain it.
Since 2.30
Hierarchy
-
GObject.Object
- Gio.DBusObjectProxy