-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathsoftwareloadingmanager.xml
28 lines (28 loc) · 1018 Bytes
/
softwareloadingmanager.xml
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
<node name="/org/genivi/software_loading_manager">
<interface name="org.genivi.software_loading_manager">
<method name="update_count">
<arg name="count" type="i" direction="out"/>
</method>
<method name="update_state">
<arg name="state" type="i" direction="out"/>
</method>
<signal name="update_state_changed">
<arg name="state" type="i"/>
<arg name="count" type="i"/>
</signal>
<method name="approve">
<arg name="packages" type="a(ss)"/>
<annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="PackageIds"/>
</method>
<method name="details">
<arg name="res" type="aa{sv}" direction="out"/>
<annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="InstallDetails"/>
</method>
<signal name="details_changed">
<arg name="name" type="s"/>
<arg name="version" type="s"/>
<arg name="newstate" type="s"/>
</signal>
</interface>
</node>
<!-- vim: set expandtab tabstop=2 shiftwidth=2: -->