Gio.DBusInterface

const Gio = imports.gi.Gio;

let d_bus_interface = new Gio.DBusInterface();
  

The Gio.DBusInterface type is the base type for D-Bus interfaces both on the service side (see Gio.DBusInterfaceSkeleton) and client side (see Gio.DBusProxy).

Since 2.30

Prerequisites

DBusInterface requires GObject.Object

Known Implementations

DBusInterface is implemented by DBusInterfaceSkeleton and DBusProxy