summaryrefslogtreecommitdiff
path: root/src/dbus-lib/io.qt.packagemanager.xml
blob: 336bdd1df353e703f95b9a84fda9856b0134b27c (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
130
131
132
<!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.PackageManager">
    <property name="count" type="i" access="read"/>
    <property name="allowInstallationOfUnsignedPackages" type="b" access="read"/>
    <property name="developmentMode" type="b" access="read"/>
    <property name="ready" type="b" access="read"/>
    <property name="installationLocation" type="a{sv}" access="read">
      <annotation name="org.qtproject.QtDBus.QtTypeName" value="QVariantMap"/>
    </property>
    <property name="documentLocation" type="a{sv}" access="read">
      <annotation name="org.qtproject.QtDBus.QtTypeName" value="QVariantMap"/>
    </property>
    <property name="applicationUserIdSeparation" type="b" access="read"/>
    <property name="commonApplicationGroupId" type="u" access="read"/>
    <signal name="readyChanged">
      <arg name="b" type="b" direction="out"/>
    </signal>
    <signal name="countChanged">
    </signal>
    <signal name="packageAdded">
      <arg name="id" type="s" direction="out"/>
    </signal>
    <signal name="packageAboutToBeRemoved">
      <arg name="id" type="s" direction="out"/>
    </signal>
    <signal name="packageChanged">
      <arg name="id" type="s" direction="out"/>
      <arg name="changedRoles" type="as" direction="out"/>
    </signal>
    <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="taskBlockingUntilInstallationAcknowledge">
      <arg name="taskId" type="s" direction="out"/>
    </signal>
    <signal name="taskRequestingInstallationAcknowledge">
      <arg name="taskId" type="s" direction="out"/>
      <arg name="packageAsVariantMap" 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>
    <method name="packageIds">
      <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="packageId" type="s" direction="in"/>
    </method>
    <method name="installedPackageSize">
      <arg type="x" direction="out"/>
      <arg name="packageId" type="s" direction="in"/>
    </method>
    <method name="installedPackageExtraMetaData">
      <arg type="a{sv}" direction="out"/>
      <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QVariantMap"/>
      <arg name="packageId" type="s" direction="in"/>
    </method>
    <method name="installedPackageExtraSignedMetaData">
      <arg type="a{sv}" direction="out"/>
      <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QVariantMap"/>
      <arg name="packageId" type="s" direction="in"/>
    </method>
    <method name="startPackageInstallation">
      <arg type="s" direction="out"/>
      <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="taskPackageId">
      <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="validateDnsName">
      <arg type="b" direction="out"/>
      <arg name="name" type="s" direction="in"/>
      <arg name="minimumParts" type="i" direction="in"/>
    </method>
    <method name="validateDnsName">
      <arg type="b" direction="out"/>
      <arg name="name" type="s" direction="in"/>
    </method>
  </interface>
</node>