Gio.DBusObjectSkeleton

const Gio = imports.gi.Gio;

let dBusObjectSkeleton = new Gio.DBusObjectSkeleton({
    g_object_path: value,
});
  

A Gio.DBusObjectSkeleton instance is essentially a group of D-Bus interfaces. The set of exported interfaces on the object may be dynamic and change at runtime.

This type is intended to be used with Gio.DBusObjectManager.

Since 2.30

Hierarchy

  • GObject.Object
    • Gio.DBusObjectSkeleton