Gio.DBusConnection.prototype.unexport_action_group

function unexport_action_group(export_id: Number(guint)): void {
    // Gjs wrapper for g_dbus_connection_unexport_action_group()
}
  

Reverses the effect of a previous call to Gio.DBusConnection.prototype.export_action_group.

It is an error to call this function with an ID that wasn't returned from Gio.DBusConnection.prototype.export_action_group or to call it with the same ID more than once.

Since 2.32