Variable: battery-upower-subscribe-properties
battery-upower-subscribe-properties is a variable defined in
battery.el.gz.
Value
("OnBattery" "State" "Percentage" "IsPresent")
Documentation
List of UPower device properties to listen for.
Each value is a string property of battery-upower-path
or battery-upower-display-device-path.
A D-Bus signal that any of them changed results in a battery-update.
Source Code
;; Defined in /usr/src/emacs/lisp/battery.el.gz
(defvar battery-upower-subscribe-properties
'(;; `battery-upower-path' properties.
"OnBattery"
;; `battery-upower-display-device-path' properties.
"State" "Percentage" "IsPresent")
"List of UPower device properties to listen for.
Each value is a string property of `battery-upower-path'
or `battery-upower-display-device-path'.
A D-Bus signal that any of them changed results in a `battery-update'.")