summaryrefslogtreecommitdiffstats
path: root/src/dbus-lib/io.qt.applicationinstaller.xml
blob: 82acadb716d2ab262515055e5c8601ae516ecd6f (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
124
125
126
127
128
129
<!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.ApplicationInstaller">
    <property name="allowInstallationOfUnsignedPackages" type="b" access="read"/>
    <property name="developmentMode" type="b" access="read"/>
    <property name="applicationUserIdSeparation" type="b" access="read"/>
    <property name="commonApplicationGroupId" type="u" access="read"/>
    <signal name="taskStarted">
      <arg name="taskId" type="s" direction="out"/>
    </signal>
    <signal name="taskProgressChanged">
      <arg name="taskId" type="s" direction="out"/>
      <arg name="progress" type="d" direction="out"/>
    </signal>
    <signal name="taskFinished">
      <arg name="taskId" type="s" direction="out"/>
    </signal>
    <signal name="taskFailed">
      <arg name="taskId" type="s" direction="out"/>
      <arg name="errorCode" type="i" direction="out"/>
      <arg name="errorString" type="s" direction="out"/>
    </signal>
    <signal name="taskStateChanged">
      <arg name="taskId" type="s" direction="out"/>
      <arg name="newState" type="s" direction="out"/>
    </signal>
    <signal name="taskRequestingInstallationAcknowledge">
      <arg name="taskId" type="s" direction="out"/>
      <arg name="applicationAsVariantMap" type="a{sv}" direction="out"/>
      <annotation name="org.qtproject.QtDBus.QtTypeName.Out1" value="QVariantMap"/>
      <arg name="packageExtraMetaData" type="a{sv}" direction="out"/>
      <annotation name="org.qtproject.QtDBus.QtTypeName.Out2" value="QVariantMap"/>
      <arg name="packageExtraSignedMetaData" type="a{sv}" direction="out"/>
      <annotation name="org.qtproject.QtDBus.QtTypeName.Out3" value="QVariantMap"/>
    </signal>
    <signal name="taskBlockingUntilInstallationAcknowledge">
      <arg name="taskId" type="s" direction="out"/>
    </signal>
    <signal name="packageActivated">
      <arg name="id" type="s" direction="out"/>
      <arg name="successful" type="b" direction="out"/>
    </signal>
    <signal name="packageDeactivated">
      <arg name="id" type="s" direction="out"/>
      <arg name="successful" type="b" direction="out"/>
    </signal>
    <method name="installationLocationIds">
      <arg type="as" direction="out"/>
    </method>
    <method name="installationLocationIdFromApplication">
      <arg type="s" direction="out"/>
      <arg name="id" type="s" direction="in"/>
    </method>
    <method name="getInstallationLocation">
      <arg type="a{sv}" direction="out"/>
      <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QVariantMap"/>
      <arg name="installationLocationId" type="s" direction="in"/>
    </method>
    <method name="startPackageInstallation">
      <arg type="s" direction="out"/>
      <arg name="installationLocationId" type="s" direction="in"/>
      <arg name="sourceUrl" type="s" direction="in"/>
    </method>
    <method name="acknowledgePackageInstallation">
      <arg name="taskId" type="s" direction="in"/>
    </method>
    <method name="removePackage">
      <arg type="s" direction="out"/>
      <arg name="id" type="s" direction="in"/>
      <arg name="keepDocuments" type="b" direction="in"/>
      <arg name="force" type="b" direction="in"/>
    </method>
    <method name="removePackage">
      <arg type="s" direction="out"/>
      <arg name="id" type="s" direction="in"/>
      <arg name="keepDocuments" type="b" direction="in"/>
    </method>
    <method name="taskState">
      <arg type="s" direction="out"/>
      <arg name="taskId" type="s" direction="in"/>
    </method>
    <method name="taskApplicationId">
      <arg type="s" direction="out"/>
      <arg name="taskId" type="s" direction="in"/>
    </method>
    <method name="activeTaskIds">
      <arg type="as" direction="out"/>
    </method>
    <method name="cancelTask">
      <arg type="b" direction="out"/>
      <arg name="taskId" type="s" direction="in"/>
    </method>
    <method name="compareVersions">
      <arg type="i" direction="out"/>
      <arg name="version1" type="s" direction="in"/>
      <arg name="version2" type="s" direction="in"/>
    </method>
    <method name="installedApplicationSize">
      <arg type="x" direction="out"/>
      <arg name="id" type="s" direction="in"/>
    </method>
    <method name="installedApplicationExtraMetaData">
      <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="installedApplicationExtraSignedMetaData">
      <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="doesPackageNeedActivation">
      <arg type="b" direction="out"/>
      <arg name="id" type="s" direction="in"/>
    </method>
    <method name="isPackageActivated">
      <arg type="b" direction="out"/>
      <arg name="id" type="s" direction="in"/>
    </method>
    <method name="activatePackage">
      <arg type="b" direction="out"/>
      <arg name="id" type="s" direction="in"/>
    </method>
    <method name="deactivatePackage">
      <arg type="b" direction="out"/>
      <arg name="id" type="s" direction="in"/>
    </method>
  </interface>
</node>