add more spacing
[personal-kdebase.git] / workspace / kwin / org.kde.KWin.xml
blob5b5824289755838f2d035dc8047f72e75a07d3cb
1 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
2 "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
3 <node>
4   <interface name="org.kde.KWin">
5     <method name="cascadeDesktop">
6       <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
7     </method>
8     <method name="unclutterDesktop">
9       <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
10     </method>
11     <method name="reconfigure">
12       <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
13     </method>
14     <method name="killWindow">
15       <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
16     </method>
17     <method name="refresh"/>
18     <method name="doNotManage">
19       <arg name="name" type="s" direction="in"/>
20     </method>
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"/>
25     </method>
26     <method name="setCurrentDesktop">
27       <arg name="desktop" type="i" direction="in"/>
28       <arg type="b" direction="out"/>
29     </method>
30     <method name="currentDesktop">
31       <arg type="i" direction="out"/>
32     </method>
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"/>
40     </method>
41     <method name="unloadEffect">
42       <arg name="name" type="s" direction="in"/>
43     </method>
44     <method name="toggleEffect">
45       <arg name="name" type="s" direction="in"/>
46     </method>
47     <method name="reconfigureEffect">
48       <arg name="name" type="s" direction="in"/>
49     </method>
50     <method name="loadedEffects">
51       <arg type="as" direction="out"/>
52     </method>
53     <method name="listOfEffects">
54       <arg type="as" direction="out"/>
55     </method>
56     <method name="compositingActive">
57       <arg type="b" direction="out"/>
58     </method>
59     <method name="waitForCompositingSetup">
60       <arg type="b" direction="out"/>
61     </method>
62     <method name="decorationSupportedColors">
63       <arg type="ai" direction="out"/>
64       <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QList&lt;int>"/>
65     </method>
66   </interface>
67 </node>