summaryrefslogtreecommitdiffstats
path: root/src/dbus-lib/io.qt.applicationmanager.applicationinterface.xml
blob: ab481a98d52ddee5d1261174e25c9b7f3ac88457 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!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.ApplicationManager.ApplicationInterface">
    <property name="applicationId" type="s" access="read"/>
    <property name="systemProperties" type="a{sv}" access="read">
      <annotation name="org.qtproject.QtDBus.QtTypeName" value="QVariantMap"/>
    </property>
    <property name="applicationProperties" type="a{sv}" access="read">
      <annotation name="org.qtproject.QtDBus.QtTypeName" value="QVariantMap"/>
    </property>
    <signal name="quit">
    </signal>
    <signal name="memoryLowWarning">
    </signal>
    <signal name="memoryCriticalWarning">
    </signal>
    <signal name="openDocument">
      <arg name="documentUrl" type="s" direction="out"/>
      <arg name="mimeType" type="s" direction="out"/>
    </signal>
    <method name="finishedInitialization">
    </method>
    <signal name="slowAnimationsChanged">
      <arg name="isSlow" type="b" direction="out"/>
    </signal>
  </interface>
</node>