mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2025-12-26 15:30:04 +01:00
dbus: KbdBacklight: Add a native path attribute
The DBus property shows the udev native path.
This commit is contained in:
parent
c56ff5f207
commit
40a4498454
1 changed files with 13 additions and 0 deletions
|
|
@ -78,6 +78,19 @@
|
||||||
</doc:doc>
|
</doc:doc>
|
||||||
</method>
|
</method>
|
||||||
|
|
||||||
|
<!-- ************************************************************ -->
|
||||||
|
<property name="NativePath" type="s" access="read">
|
||||||
|
<doc:doc>
|
||||||
|
<doc:description>
|
||||||
|
<doc:para>
|
||||||
|
OS specific native path of the keyboard backlight LED device. On Linux this
|
||||||
|
is the sysfs path, for
|
||||||
|
example <doc:tt>/sys/devices/platform/thinkpad_acpi/leds/tpacpi\:\:kbd_backlight</doc:tt>.
|
||||||
|
</doc:para>
|
||||||
|
</doc:description>
|
||||||
|
</doc:doc>
|
||||||
|
</property>
|
||||||
|
|
||||||
<!-- ************************************************************ -->
|
<!-- ************************************************************ -->
|
||||||
<signal name="BrightnessChanged">
|
<signal name="BrightnessChanged">
|
||||||
<arg name="value" direction="out" type="i">
|
<arg name="value" direction="out" type="i">
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue