summaryrefslogtreecommitdiffstats
path: root/src/dbus-lib/io.qt.applicationmanager.runtimeinterface.xml
blob: 65ce91d5e357cdbb3d52586f2a2eb4a95ada2cd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!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.RuntimeInterface">
    <signal name="startApplication">
      <arg name="baseDir" type="s" direction="out"/>
      <arg name="app" type="s" direction="out"/>
      <arg name="document" type="s" direction="out"/>
      <arg name="mimeType" type="s" direction="out"/>
      <arg name="application" type="a{sv}" direction="out"/>
      <arg name="systemProperties" type="a{sv}" direction="out"/>
      <annotation name="org.qtproject.QtDBus.QtTypeName.Out4" value="QVariantMap"/>
      <annotation name="org.qtproject.QtDBus.QtTypeName.Out5" value="QVariantMap"/>
    </signal>
  </interface>
</node>