17 lines
570 B
XML
17 lines
570 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="backend">
|
|
<arg type="s" direction="out" />
|
|
</method>
|
|
<method name="requestBackend">
|
|
<arg type="s" direction="in" />
|
|
<arg type="a{sv}" direction="in" />
|
|
<arg type="b" direction="out" />
|
|
<annotation name="org.qtproject.QtDBus.QtTypeName.In1" value="QVariantMap"/>
|
|
</method>
|
|
|
|
<method name="quit" />
|
|
</interface>
|
|
</node>
|