summaryrefslogtreecommitdiff
path: root/src/dbus-lib/io.qt.windowmanager.xml
blob: fa35aef5184f4dd057949c5aca5c3a5cdf25180e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!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="runningOnDesktop" type="b" access="read"/>
    <property name="slowAnimations" type="b" access="readwrite"/>
    <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>