summaryrefslogtreecommitdiff
path: root/src/dbus-lib/io.qt.applicationmanager.xml
blob: 499500c224e63ed321a58244ff16810bbc6afe22 (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<!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">
    <property name="count" type="i" access="read"/>
    <property name="singleProcess" type="b" access="read"/>
    <property name="securityChecksEnabled" type="b" access="read"/>
    <property name="dummy" type="b" access="read"/>
    <property name="systemProperties" type="a{sv}" access="read">
      <annotation name="org.qtproject.QtDBus.QtTypeName" value="QVariantMap"/>
    </property>
    <property name="windowManagerCompositorReady" type="b" access="read"/>
    <signal name="applicationWasActivated">
      <arg name="id" type="s" direction="out"/>
      <arg name="aliasId" type="s" direction="out"/>
    </signal>
    <signal name="countChanged">
    </signal>
    <signal name="applicationAdded">
      <arg name="id" type="s" direction="out"/>
    </signal>
    <signal name="applicationAboutToBeRemoved">
      <arg name="id" type="s" direction="out"/>
    </signal>
    <signal name="applicationChanged">
      <arg name="id" type="s" direction="out"/>
      <arg name="changedRoles" type="as" direction="out"/>
    </signal>
    <signal name="applicationRunStateChanged">
      <arg name="id" type="s" direction="out"/>
      <arg name="runState" type="u" direction="out"/>
    </signal>
    <signal name="windowManagerCompositorReadyChanged">
      <arg name="ready" type="b" direction="out"/>
    </signal>
    <method name="applicationIds">
      <arg type="as" direction="out"/>
    </method>
    <method name="get">
      <arg type="a{sv}" direction="out"/>
      <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QVariantMap"/>
      <arg name="id" type="s" direction="in"/>
    </method>
    <method name="startApplication">
      <arg type="b" direction="out"/>
      <arg name="id" type="s" direction="in"/>
      <arg name="redirections" type="a{sh}" direction="in"/>
      <annotation name="org.qtproject.QtDBus.QtTypeName.In1" value="QtAM::UnixFdMap"/>
      <arg name="documentUrl" type="s" direction="in"/>
    </method>
    <method name="startApplication">
      <arg type="b" direction="out"/>
      <arg name="id" type="s" direction="in"/>
      <arg name="documentUrl" type="s" direction="in"/>
    </method>
    <method name="startApplication">
      <arg type="b" direction="out"/>
      <arg name="id" type="s" direction="in"/>
    </method>
    <method name="debugApplication">
      <arg type="b" direction="out"/>
      <arg name="id" type="s" direction="in"/>
      <arg name="debugWrapper" type="s" direction="in"/>
      <arg name="redirections" type="a{sh}" direction="in"/>
      <annotation name="org.qtproject.QtDBus.QtTypeName.In2" value="QtAM::UnixFdMap"/>
      <arg name="documentUrl" type="s" direction="in"/>
    </method>
    <method name="debugApplication">
      <arg type="b" direction="out"/>
      <arg name="id" type="s" direction="in"/>
      <arg name="debugWrapper" type="s" direction="in"/>
      <arg name="documentUrl" type="s" direction="in"/>
    </method>
    <method name="debugApplication">
      <arg type="b" direction="out"/>
      <arg name="id" type="s" direction="in"/>
      <arg name="debugWrapper" type="s" direction="in"/>
    </method>
    <method name="stopApplication">
      <arg name="id" type="s" direction="in"/>
      <arg name="forceKill" type="b" direction="in"/>
    </method>
    <method name="stopApplication">
      <arg name="id" type="s" direction="in"/>
    </method>
    <method name="stopAllApplications">
    </method>
    <method name="stopAllApplications">
        <arg name="forceKill" type="b" direction="in"/>
    </method>
    <method name="openUrl">
      <arg type="b" direction="out"/>
      <arg name="url" type="s" direction="in"/>
    </method>
    <method name="capabilities">
      <arg type="as" direction="out"/>
      <arg name="id" type="s" direction="in"/>
    </method>
    <method name="identifyApplication">
      <arg type="s" direction="out"/>
      <arg name="pid" type="x" direction="in"/>
    </method>
    <method name="identifyAllApplications">
      <arg type="as" direction="out"/>
      <arg name="pid" type="x" direction="in"/>
    </method>
    <method name="applicationRunState">
      <arg type="u" direction="out"/>
      <arg name="id" type="s" direction="in"/>
    </method>
    <method name="sendIntentRequestAs">
      <arg type="s" direction="out"/>
      <arg name="requestingApplicationId" type="s" direction="in"/>
      <arg name="intentId" type="s" direction="in"/>
      <arg name="applicationId" type="s" direction="in"/>
      <arg name="jsonParameters" type="s" direction="in"/>
    </method>
    <method name="broadcastIntentRequestAs">
      <arg name="requestingApplicationId" type="s" direction="in"/>
      <arg name="intentId" type="s" direction="in"/>
      <arg name="jsonParameters" type="s" direction="in"/>
    </method>
  </interface>
</node>