Gio.DBusActionGroup

const Gio = imports.gi.Gio;

let dBusActionGroup = new Gio.DBusActionGroup();
  

Gio.DBusActionGroup is an implementation of the Gio.ActionGroup interface that can be used as a proxy for an action group that is exported over D-Bus with Gio.DBusConnection.prototype.export_action_group.

Hierarchy

  • GObject.Object
    • Gio.DBusActionGroup