Module: Gtk::ApplicationInhibitFlags

Defined in:
(unknown)

Constant Summary collapse

LOGOUT =

Inhibit ending the user session by logging out or by shutting down the computer

1 or :logout
SWITCH =

Inhibit user switching

2 or :switch
SUSPEND =

Inhibit suspending the session or computer

4 or :suspend
IDLE =

Inhibit the session being marked as idle (and possibly locked)

8 or :idle