mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2025-12-20 12:30:02 +01:00
dbus: org.freedesktop.UPower: Enumerate kbd backlight LEDs
Enumerate all keyboard backlight LED objects on the system.
This commit is contained in:
parent
4ba78c54a9
commit
d316a111f7
1 changed files with 15 additions and 0 deletions
|
|
@ -51,6 +51,21 @@ method return sender=:1.386 -> dest=:1.451 reply_serial=2
|
||||||
</doc:doc>
|
</doc:doc>
|
||||||
</method>
|
</method>
|
||||||
|
|
||||||
|
<method name="EnumerateKbdBacklights">
|
||||||
|
<annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
|
||||||
|
<arg name="KbdBacklight" direction="out" type="ao">
|
||||||
|
<doc:doc><doc:summary>An array of object paths for keyboard backlight LEDs.</doc:summary></doc:doc>
|
||||||
|
</arg>
|
||||||
|
|
||||||
|
<doc:doc>
|
||||||
|
<doc:description>
|
||||||
|
<doc:para>
|
||||||
|
Enumerate all keyboard backlight LED objects on the system.
|
||||||
|
</doc:para>
|
||||||
|
</doc:description>
|
||||||
|
</doc:doc>
|
||||||
|
</method>
|
||||||
|
|
||||||
<method name="GetDisplayDevice">
|
<method name="GetDisplayDevice">
|
||||||
<annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
|
<annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
|
||||||
<arg name="device" direction="out" type="o">
|
<arg name="device" direction="out" type="o">
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue