kde-workspace/powerdevil/daemon/actions/bundled/org.kde.Solid.PowerManagement.Actions.BrightnessControl.xml
2014-11-13 19:30:51 +02:00

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>