blob: 6546d201d372ae587243e0a07ed7a85f32f88bc6 [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>
Chris Masone14de6e52011-05-09 09:20:59 -070022 <method name="ProposeScan"/>
23 <method name="AddIPConfig">
24 <arg type="s" direction="in"/>
25 <arg type="o" direction="out"/>
26 </method>
Chris Masoneccc88812011-06-08 18:00:10 -070027 <method name="Register">
28 <arg type="s" direction="in"/>
29 </method>
30 <method name="RequirePin">
31 <arg type="s" direction="in"/>
32 <arg type="b" direction="in"/>
33 </method>
34 <method name="EnterPin">
35 <arg type="s" direction="in"/>
36 </method>
37 <method name="UnblockPin">
38 <arg type="s" direction="in"/>
39 <arg type="s" direction="in"/>
40 </method>
41 <method name="ChangePin">
42 <arg type="s" direction="in"/>
43 <arg type="s" direction="in"/>
44 </method>
Chris Masone14de6e52011-05-09 09:20:59 -070045 <signal name="PropertyChanged">
46 <arg type="s"/>
47 <arg type="v"/>
48 </signal>
49 </interface>
50</node>