~ubuntu-branches/ubuntu/utopic/kde-workspace/utopic-proposed

« back to all changes in this revision

Viewing changes to kwin/org.kde.KWin.xml

  • Committer: Bazaar Package Importer
  • Author(s): Michał Zając
  • Date: 2011-07-09 08:31:15 UTC
  • Revision ID: james.westby@ubuntu.com-20110709083115-ohyxn6z93mily9fc
Tags: upstream-4.6.90
Import upstream version 4.6.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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="toggleCompositing">
 
18
      <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
 
19
    </method>
 
20
    <method name="refresh"/>
 
21
    <method name="doNotManage">
 
22
      <arg name="name" type="s" direction="in"/>
 
23
    </method>
 
24
    <method name="showWindowMenuAt">
 
25
      <arg name="winId" type="x" direction="in"/>
 
26
      <arg name="x" type="i" direction="in"/>
 
27
      <arg name="y" type="i" direction="in"/>
 
28
    </method>
 
29
    <method name="setCurrentDesktop">
 
30
      <arg name="desktop" type="i" direction="in"/>
 
31
      <arg type="b" direction="out"/>
 
32
    </method>
 
33
    <method name="currentDesktop">
 
34
      <arg type="i" direction="out"/>
 
35
    </method>
 
36
    <method name="nextDesktop"/>
 
37
    <method name="previousDesktop"/>
 
38
    <method name="circulateDesktopApplications"/>
 
39
    <signal name="reloadConfig"/>
 
40
    <signal name="reinitCompositing"/>
 
41
    <signal name="compositingToggled">
 
42
      <arg name="active" type="b" direction="out"/>
 
43
    </signal>
 
44
    <method name="loadEffect">
 
45
      <arg name="name" type="s" direction="in"/>
 
46
    </method>
 
47
    <method name="unloadEffect">
 
48
      <arg name="name" type="s" direction="in"/>
 
49
    </method>
 
50
    <method name="toggleEffect">
 
51
      <arg name="name" type="s" direction="in"/>
 
52
    </method>
 
53
    <method name="reconfigureEffect">
 
54
      <arg name="name" type="s" direction="in"/>
 
55
    </method>
 
56
    <method name="loadedEffects">
 
57
      <arg type="as" direction="out"/>
 
58
    </method>
 
59
    <method name="listOfEffects">
 
60
      <arg type="as" direction="out"/>
 
61
    </method>
 
62
    <method name="compositingActive">
 
63
      <arg type="b" direction="out"/>
 
64
    </method>
 
65
    <method name="waitForCompositingSetup">
 
66
      <arg type="b" direction="out"/>
 
67
    </method>
 
68
    <method name="decorationSupportedColors">
 
69
      <arg type="ai" direction="out"/>
 
70
      <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QList&lt;int>"/>
 
71
    </method>
 
72
    <method name="toggleTiling"/>
 
73
    <method name="nextTileLayout"/>
 
74
    <method name="previousTileLayout"/>
 
75
    <method name="dumpTiles"/>
 
76
    <method name="stopActivity">
 
77
      <arg type="s" direction="in"/>
 
78
      <arg type="b" direction="out"/>
 
79
    </method>
 
80
    <method name="startActivity">
 
81
      <arg type="s" direction="in"/>
 
82
      <arg type="b" direction="out"/>
 
83
    </method>
 
84
  </interface>
 
85
</node>