blob: e62a2c8ddba589a7e2a47d36236a5edaa206f1f5 [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"/>
23 <method name="MoveBefore">
24 <arg type="o" direction="in"/>
25 </method>
26 <method name="MoveAfter">
27 <arg type="o" direction="in"/>
28 </method>
29 <signal name="PropertyChanged">
30 <arg type="s"/>
31 <arg type="v"/>
32 </signal>
33 </interface>
34</node>