summaryrefslogtreecommitdiff
path: root/src/dbus-lib/io.qt.packagemanager.xml
blob: 37e41b9dfaa80403e48b0e92e54bb0827db95b73 (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
<!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="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"/>
    <property name="installationLocation" type="v" access="read">
      <annotation name="org.qtproject.QtDBus.QtTypeName" value="QVariantMap"/>
    </property>
    <property name="documentLocation" type="v" access="read">
      <annotation name="org.qtproject.QtDBus.QtTypeName" value="QVariantMap"/>
    </property>
    <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="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>
    <signal name="taskBlockingUntilInstallationAcknowledge">
      <arg name="taskId" type="s" direction="out"/>
    </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="id" 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="installedPackageSize">
      <arg type="x" direction="out"/>
      <arg name="id" 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="id" 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="id" type="s" direction="in"/>
    </method>
  </interface>
</node>