blob: 0181914eec90d8bec02fefd1b8736d4f6f387f34 [file] [log] [blame]
Chris Masone14de6e52011-05-09 09:20:59 -07001<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
2"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
3
4<!--
5 Introspection dump generated manually by poking flimflam with dbus-send
6 TODO(vlaviano): should be generated automatically during flimflam build
7 and installed somewhere where cashew and other clients can consume it.
8-->
9
10<node>
11 <interface name="org.chromium.flimflam.Device">
12 <method name="GetProperties">
13 <arg type="a{sv}" direction="out"/>
14 </method>
15 <method name="SetProperty">
16 <arg type="s" direction="in"/>
17 <arg type="v" direction="in"/>
18 </method>
Chris Masoneccc88812011-06-08 18:00:10 -070019 <method name="ClearProperty">
20 <arg type="s" direction="in"/>
21 </method>
Eric Shienbrood9a245532012-03-07 14:20:39 -050022 <method name="Enable"/>
23 <method name="Disable"/>
Chris Masone14de6e52011-05-09 09:20:59 -070024 <method name="ProposeScan"/>
25 <method name="AddIPConfig">
26 <arg type="s" direction="in"/>
27 <arg type="o" direction="out"/>
28 </method>
Chris Masoneccc88812011-06-08 18:00:10 -070029 <method name="Register">
30 <arg type="s" direction="in"/>
31 </method>
32 <method name="RequirePin">
33 <arg type="s" direction="in"/>
34 <arg type="b" direction="in"/>
35 </method>
36 <method name="EnterPin">
37 <arg type="s" direction="in"/>
38 </method>
39 <method name="UnblockPin">
40 <arg type="s" direction="in"/>
41 <arg type="s" direction="in"/>
42 </method>
43 <method name="ChangePin">
44 <arg type="s" direction="in"/>
45 <arg type="s" direction="in"/>
46 </method>
Paul Stewart6ff27f52012-07-11 06:51:41 -070047 <method name="ResetByteCounters"/>
Chris Masone14de6e52011-05-09 09:20:59 -070048 <signal name="PropertyChanged">
49 <arg type="s"/>
50 <arg type="v"/>
51 </signal>
52 </interface>
53</node>