2007-04-29 17:35:43 +00:00
|
|
|
<!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.KWin">
|
|
|
|
<method name="cascadeDesktop">
|
2008-01-30 14:44:05 +00:00
|
|
|
<annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
|
2007-04-29 17:35:43 +00:00
|
|
|
</method>
|
|
|
|
<method name="unclutterDesktop">
|
2008-01-30 14:44:05 +00:00
|
|
|
<annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
|
2007-04-29 17:35:43 +00:00
|
|
|
</method>
|
2008-01-30 16:08:23 +00:00
|
|
|
<method name="reconfigure">
|
|
|
|
<annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
|
|
|
|
</method>
|
2007-04-29 17:35:43 +00:00
|
|
|
<method name="killWindow">
|
2008-01-30 14:44:05 +00:00
|
|
|
<annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
|
2007-04-29 17:35:43 +00:00
|
|
|
</method>
|
|
|
|
<method name="setCurrentDesktop">
|
2008-01-30 14:44:05 +00:00
|
|
|
<arg name="desktop" type="i" direction="in"/>
|
|
|
|
<arg type="b" direction="out"/>
|
2007-04-29 17:35:43 +00:00
|
|
|
</method>
|
|
|
|
<method name="currentDesktop">
|
2008-01-30 14:44:05 +00:00
|
|
|
<arg type="i" direction="out"/>
|
2007-04-29 17:35:43 +00:00
|
|
|
</method>
|
|
|
|
<method name="nextDesktop"/>
|
|
|
|
<method name="previousDesktop"/>
|
2008-01-30 16:08:23 +00:00
|
|
|
<signal name="reloadConfig"/>
|
2010-11-08 21:44:35 +00:00
|
|
|
<method name="stopActivity">
|
2010-10-20 12:41:51 +00:00
|
|
|
<arg type="s" direction="in"/>
|
2010-12-17 13:05:24 +00:00
|
|
|
<arg type="b" direction="out"/>
|
2010-10-20 12:41:51 +00:00
|
|
|
</method>
|
2010-11-08 21:44:35 +00:00
|
|
|
<method name="startActivity">
|
2010-10-20 12:41:51 +00:00
|
|
|
<arg type="s" direction="in"/>
|
2010-12-17 13:05:24 +00:00
|
|
|
<arg type="b" direction="out"/>
|
2010-10-20 12:41:51 +00:00
|
|
|
</method>
|
2012-03-04 14:13:22 +00:00
|
|
|
<method name="supportInformation">
|
|
|
|
<arg type="s" direction="out"/>
|
2012-04-27 09:03:26 +00:00
|
|
|
</method>
|
2016-03-14 09:23:52 +00:00
|
|
|
<method name="showDebugConsole"/>
|
2018-02-12 20:40:05 +00:00
|
|
|
<method name="queryWindowInfo">
|
|
|
|
<annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QVariantMap"/>
|
|
|
|
<arg type="a{sv}" direction="out"/>
|
|
|
|
</method>
|
2018-12-08 16:06:51 +00:00
|
|
|
<method name="getWindowInfo">
|
|
|
|
<annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QVariantMap"/>
|
|
|
|
<arg type="s" direction="in"/>
|
|
|
|
<arg type="a{sv}" direction="out"/>
|
|
|
|
</method>
|
2007-04-29 17:35:43 +00:00
|
|
|
</interface>
|
|
|
|
</node>
|