summaryrefslogtreecommitdiff
path: root/src/dbus-lib/io.qt.windowmanager.xml
blob: 8f3c5843bc585c4702345694ef31c27597953810 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!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="io.qt.WindowManager">
    <property name="count" type="i" access="read"/>
    <property name="runningOnDesktop" type="b" access="read"/>
    <property name="slowAnimations" type="b" access="readwrite"/>
    <property name="allowUnknownUiClients" type="b" access="read"/>
    <signal name="countChanged">
    </signal>
    <signal name="slowAnimationsChanged">
      <arg type="b" direction="out"/>
    </signal>
    <method name="makeScreenshot">
      <arg type="b" direction="out"/>
      <arg name="filename" type="s" direction="in"/>
      <arg name="selector" type="s" direction="in"/>
    </method>
  </interface>
</node>