mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-25 03:12:51 +00:00
15 lines
512 B
XML
15 lines
512 B
XML
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
|
|
<node>
|
|
<interface name="org.kde.Solid.PowerManagement.Actions.BrightnessControl">
|
|
<method name="setBrightness">
|
|
<arg type="i" direction="in" />
|
|
</method>
|
|
<method name="brightness">
|
|
<arg type="i" direction="out" />
|
|
</method>
|
|
|
|
<signal name="brightnessChanged">
|
|
<arg type="i" direction="out" />
|
|
</signal>
|
|
</interface>
|
|
</node>
|