blob: 04aa563bb535ba7ab36b4258b6abb7f46812b5d9 [file] [log] [blame]
Chris Masoneccc88812011-06-08 18:00:10 -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.IPConfig">
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="ClearProperty">
20 <arg type="s" direction="in"/>
21 </method>
22 <method name="Remove"/>
Paul Stewart4558bda2012-08-03 10:44:10 -070023 <method name="Refresh"/>
Chris Masoneccc88812011-06-08 18:00:10 -070024 <signal name="PropertyChanged">
25 <arg type="s"/>
26 <arg type="v"/>
27 </signal>
28 </interface>
29</node>