Gio.DBusObjectManager

const Gio = imports.gi.Gio;

let d_bus_object_manager = new Gio.DBusObjectManager();
  

The Gio.DBusObjectManager type is the base type for service- and client-side implementations of the standardized [org.freedesktop.DBus.ObjectManager](http://dbus.freedesktop.org/doc/dbus-specification.html#standard-interfaces-objectmanager) interface.

See Gio.DBusObjectManagerClient for the client-side implementation and Gio.DBusObjectManagerServer for the service-side implementation.

Prerequisites

DBusObjectManager requires GObject.Object

Known Implementations

DBusObjectManager is implemented by DBusObjectManagerClient and DBusObjectManagerServer