1 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
2 "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
4 <interface name="org.kde.KWin">
5 <method name="cascadeDesktop">
6 <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
8 <method name="unclutterDesktop">
9 <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
11 <method name="reconfigure">
12 <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
14 <method name="killWindow">
15 <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
17 <method name="refresh"/>
18 <method name="doNotManage">
19 <arg name="name" type="s" direction="in"/>
21 <method name="showWindowMenuAt">
22 <arg name="winId" type="x" direction="in"/>
23 <arg name="x" type="i" direction="in"/>
24 <arg name="y" type="i" direction="in"/>
26 <method name="setCurrentDesktop">
27 <arg name="desktop" type="i" direction="in"/>
28 <arg type="b" direction="out"/>
30 <method name="currentDesktop">
31 <arg type="i" direction="out"/>
33 <method name="nextDesktop"/>
34 <method name="previousDesktop"/>
35 <method name="circulateDesktopApplications"/>
36 <signal name="reloadConfig"/>
37 <signal name="reinitCompositing"/>
38 <method name="loadEffect">
39 <arg name="name" type="s" direction="in"/>
41 <method name="unloadEffect">
42 <arg name="name" type="s" direction="in"/>
44 <method name="toggleEffect">
45 <arg name="name" type="s" direction="in"/>
47 <method name="reconfigureEffect">
48 <arg name="name" type="s" direction="in"/>
50 <method name="loadedEffects">
51 <arg type="as" direction="out"/>
53 <method name="listOfEffects">
54 <arg type="as" direction="out"/>
56 <method name="compositingActive">
57 <arg type="b" direction="out"/>
59 <method name="waitForCompositingSetup">
60 <arg type="b" direction="out"/>
62 <method name="decorationSupportedColors">
63 <arg type="ai" direction="out"/>
64 <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QList<int>"/>