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>
|
2009-04-02 12:59:52 +00:00
|
|
|
<method name="toggleCompositing">
|
|
|
|
<annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
|
|
|
|
</method>
|
2007-04-29 17:35:43 +00:00
|
|
|
<method name="refresh"/>
|
|
|
|
<method name="doNotManage">
|
2008-01-30 14:44:05 +00:00
|
|
|
<arg name="name" type="s" direction="in"/>
|
2007-04-29 17:35:43 +00:00
|
|
|
</method>
|
|
|
|
<method name="showWindowMenuAt">
|
2008-01-30 14:44:05 +00:00
|
|
|
<arg name="winId" type="x" direction="in"/>
|
|
|
|
<arg name="x" type="i" direction="in"/>
|
|
|
|
<arg name="y" type="i" direction="in"/>
|
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"/>
|
|
|
|
<method name="circulateDesktopApplications"/>
|
2008-01-30 16:08:23 +00:00
|
|
|
<signal name="reloadConfig"/>
|
2008-12-08 05:08:31 +00:00
|
|
|
<signal name="reinitCompositing"/>
|
2009-04-18 10:07:16 +00:00
|
|
|
<signal name="compositingToggled">
|
|
|
|
<arg name="active" type="b" direction="out"/>
|
|
|
|
</signal>
|
2007-04-29 17:35:43 +00:00
|
|
|
<method name="loadEffect">
|
2008-01-30 14:44:05 +00:00
|
|
|
<arg name="name" type="s" direction="in"/>
|
2007-04-29 17:35:43 +00:00
|
|
|
</method>
|
|
|
|
<method name="unloadEffect">
|
2008-01-30 14:44:05 +00:00
|
|
|
<arg name="name" type="s" direction="in"/>
|
2007-04-29 17:35:43 +00:00
|
|
|
</method>
|
|
|
|
<method name="toggleEffect">
|
2008-01-30 14:44:05 +00:00
|
|
|
<arg name="name" type="s" direction="in"/>
|
2007-04-29 17:35:43 +00:00
|
|
|
</method>
|
2008-10-02 09:27:32 +00:00
|
|
|
<method name="reconfigureEffect">
|
2008-01-30 14:44:05 +00:00
|
|
|
<arg name="name" type="s" direction="in"/>
|
2007-05-29 11:43:30 +00:00
|
|
|
</method>
|
2008-06-10 09:32:46 +00:00
|
|
|
<method name="loadedEffects">
|
2008-06-02 19:52:02 +00:00
|
|
|
<arg type="as" direction="out"/>
|
2008-11-25 01:42:30 +00:00
|
|
|
</method>
|
2008-06-10 09:32:46 +00:00
|
|
|
<method name="listOfEffects">
|
2008-06-02 20:05:17 +00:00
|
|
|
<arg type="as" direction="out"/>
|
|
|
|
</method>
|
2008-08-15 11:09:07 +00:00
|
|
|
<method name="compositingActive">
|
|
|
|
<arg type="b" direction="out"/>
|
|
|
|
</method>
|
2008-12-08 05:08:31 +00:00
|
|
|
<method name="waitForCompositingSetup">
|
|
|
|
<arg type="b" direction="out"/>
|
|
|
|
</method>
|
2008-03-21 22:17:10 +00:00
|
|
|
<method name="decorationSupportedColors">
|
|
|
|
<arg type="ai" direction="out"/>
|
|
|
|
<annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QList<int>"/>
|
|
|
|
</method>
|
2010-04-25 16:43:14 +00:00
|
|
|
<method name="toggleTiling"/>
|
|
|
|
<method name="nextTileLayout"/>
|
|
|
|
<method name="previousTileLayout"/>
|
|
|
|
<method name="dumpTiles"/>
|
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>
|
2007-04-29 17:35:43 +00:00
|
|
|
</interface>
|
|
|
|
</node>
|