Make a branch to make krunner Good Enough For Aaron™.
[kdebase/uwolfer.git] / workspace / kwin / org.kde.KWin.xml
blob8b5c968d8c935759b1ca3791051a1f24d43c581d
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="reloadEffect">
48       <arg name="name" type="s" direction="in"/>
49     </method>
50   </interface>
51 </node>