blob: 0a2ab3ba03894e1bc8ddc6fa45e1923c2a419e5f [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>
19 <method name="ProposeScan"/>
20 <method name="AddIPConfig">
21 <arg type="s" direction="in"/>
22 <arg type="o" direction="out"/>
23 </method>
24 <signal name="PropertyChanged">
25 <arg type="s"/>
26 <arg type="v"/>
27 </signal>
28 </interface>
29</node>