-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathorg.chromium.flimflam.Device.dbus-xml
60 lines (59 loc) · 1.9 KB
/
org.chromium.flimflam.Device.dbus-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
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
<!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="org.chromium.flimflam.Device">
<method name="GetProperties">
<arg type="a{sv}" direction="out"/>
</method>
<method name="SetProperty">
<arg type="s" direction="in"/>
<arg type="v" direction="in"/>
</method>
<method name="ClearProperty">
<arg type="s" direction="in"/>
</method>
<method name="Enable">
<annotation name="org.chromium.DBus.Method.Kind" value="async"/>
</method>
<method name="Disable">
<annotation name="org.chromium.DBus.Method.Kind" value="async"/>
</method>
<method name="Register">
<arg type="s" direction="in"/>
<annotation name="org.chromium.DBus.Method.Kind" value="async"/>
</method>
<method name="RequirePin">
<arg type="s" direction="in"/>
<arg type="b" direction="in"/>
<annotation name="org.chromium.DBus.Method.Kind" value="async"/>
</method>
<method name="EnterPin">
<arg type="s" direction="in"/>
<annotation name="org.chromium.DBus.Method.Kind" value="async"/>
</method>
<method name="UnblockPin">
<arg type="s" direction="in"/>
<arg type="s" direction="in"/>
<annotation name="org.chromium.DBus.Method.Kind" value="async"/>
</method>
<method name="ChangePin">
<arg type="s" direction="in"/>
<arg type="s" direction="in"/>
<annotation name="org.chromium.DBus.Method.Kind" value="async"/>
</method>
<method name="Reset">
<annotation name="org.chromium.DBus.Method.Kind" value="async"/>
</method>
<method name="RequestRoam">
<arg type="s" direction="in"/>
</method>
<method name="SetUsbEthernetMacAddressSource">
<arg type="s" direction="in"/>
<annotation name="org.chromium.DBus.Method.Kind" value="async"/>
</method>
<signal name="PropertyChanged">
<arg type="s"/>
<arg type="v"/>
</signal>
</interface>
</node>