Function: battery--upower-device-properties
battery--upower-device-properties is a byte-compiled function defined
in battery.el.gz.
Signature
(battery--upower-device-properties DEVICE)
Documentation
Return value for all available properties for the UPower DEVICE.
Source Code
;; Defined in /usr/src/emacs/lisp/battery.el.gz
(defun battery--upower-device-properties (device)
"Return value for all available properties for the UPower DEVICE."
(dbus-get-all-properties
:system battery-upower-service
(expand-file-name device battery-upower-device-path)
battery-upower-device-interface))