-
Notifications
You must be signed in to change notification settings - Fork 74
Expand file tree
/
Copy pathorg.opensuse.Agama.Manager1.bus.xml
More file actions
64 lines (64 loc) · 2.43 KB
/
org.opensuse.Agama.Manager1.bus.xml
File metadata and controls
64 lines (64 loc) · 2.43 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<node name="/org/opensuse/Agama/Manager1">
<interface name="org.freedesktop.DBus.Introspectable">
<method name="Introspect">
<arg name="xml_data" direction="out" type="s"/>
</method>
</interface>
<interface name="org.freedesktop.DBus.Properties">
<method name="Get">
<arg name="interface_name" direction="in" type="s"/>
<arg name="property_name" direction="in" type="s"/>
<arg name="value" direction="out" type="v"/>
</method>
<method name="Set">
<arg name="interface_name" direction="in" type="s"/>
<arg name="property_name" direction="in" type="s"/>
<arg name="val" direction="in" type="v"/>
</method>
<method name="GetAll">
<arg name="interface_name" direction="in" type="s"/>
<arg name="value" direction="out" type="a{sv}"/>
</method>
<signal name="PropertiesChanged">
<arg name="interface" type="s"/>
<arg name="changed_properties" type="a{sv}"/>
<arg name="invalidated_properties" type="as"/>
</signal>
</interface>
<interface name="org.opensuse.Agama.Manager1">
<method name="Probe">
</method>
<method name="Commit">
</method>
<method name="CanInstall">
<arg name="result" direction="out" type="b"/>
</method>
<method name="CollectLogs">
<arg name="tarball_filesystem_path" direction="out" type="s"/>
</method>
<method name="Finish">
<arg name="method" direction="in" type="s"/>
<arg name="result" direction="out" type="b"/>
</method>
<property type="aa{sv}" name="InstallationPhases" access="read"/>
<property type="u" name="CurrentInstallationPhase" access="read"/>
<property type="b" name="IguanaBackend" access="read"/>
<property type="as" name="BusyServices" access="read"/>
</interface>
<interface name="org.opensuse.Agama1.LocaleMixin">
<method name="SetLocale">
<arg name="locale" direction="in" type="s"/>
</method>
</interface>
<interface name="org.opensuse.Agama1.Progress">
<property type="u" name="TotalSteps" access="read"/>
<property type="(us)" name="CurrentStep" access="read"/>
<property type="b" name="Finished" access="read"/>
<property type="as" name="Steps" access="read"/>
</interface>
<interface name="org.opensuse.Agama1.ServiceStatus">
<property type="aa{sv}" name="All" access="read"/>
<property type="u" name="Current" access="read"/>
</interface>
</node>