shift-shell/containments/panel/dbus/org.kde.KScreen.xml

21 lines
799 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.KScreen">
<method name="applyLayoutPreset">
<arg type="s" name="presetName" direction="in" />
</method>
<method name="getAutoRotate">
<arg type="b" direction="out" />
</method>
<method name="setAutoRotate">
<arg type="b" name="value" direction="in" />
</method>
<signal name="outputConnected">
<arg type="s" name="outputName" direction="out" />
</signal>
<signal name="unknownOutputConnected">
<arg type="s" name="outputName" direction="out" />
</signal>
</interface>
</node>