Variable: system-sleep--dbus-sleep-inhibitor-types
system-sleep--dbus-sleep-inhibitor-types is a variable defined in
system-sleep.el.gz.
Value
"sleep"
Documentation
This is a colon-separated list of options.
The default is "sleep" which is compatible with the other supported
system-sleep platforms. This could also be
"sleep:shutdown". Shutdown is available only on D-Bus systems.
Source Code
;; Defined in /usr/src/emacs/lisp/system-sleep.el.gz
;; D-Bus support.
(defvar system-sleep--dbus-sleep-inhibitor-types "sleep"
"This is a colon-separated list of options.
The default is \"sleep\" which is compatible with the other supported
`system-sleep' platforms. This could also be
\"sleep:shutdown\". Shutdown is available only on D-Bus systems.")