| Top |
org.freedesktop.UPower.KbdBacklightorg.freedesktop.UPower.KbdBacklight — KbdBacklight interface |
GetMaxBrightness (out 'i' value) GetBrightness (out 'i' value) SetBrightness (in 'i' value)
Objects implementing org.freedesktop.UPower.KbdBacklight also implements org.freedesktop.DBus.Introspectable, org.freedesktop.DBus.Properties
org.freedesktop.UPower.KbdBacklight is a DBus interface implemented by UPower. It allows the keyboard backlight (if present) to be controlled. Composite Keyboard Backlight Device Object Path: /org/freedesktop/UPower/KbdBacklight Provides a normalized brightness interface and unified control over all physical keyboard backlight devices through a single API call. Individual device paths append the device name as a suffix to the base path. For example: The interface is: org.freedesktop.UPower.KbdBacklight The object path will be: /org/freedesktop/UPower/KbdBacklight/tpacpiookbd_backlight
Get the maximum brightness level for the keyboard backlight.
|
The maximum value of the keyboard backlight brightness. |
|
if an error occurred while getting the maximum brightness |
Get the brightness level of the keyboard backlight.
|
The current value of the keyboard backlight brightness. |
Set the brightness level of the keyboard backlight.
|
The value to set the KbdBacklight brightness. |
The keyboard backlight brightness level has changed.
|
The new brightness value of the keyboard backlight. |
The keyboard backlight brightness level has changed including information about the source of the change.
|
The new brightness value of the keyboard backlight. |
|
Source of the keyboard backlight brightness change, either "external" if SetBrightness was called, or "internal" if the hardware changed the keyboard brightness itself (automatically or through a firmware-handled hotkey being pressed). |