blob: fb7f773dbc8eaff20a53a2a2b11a3ee7cee3e844 [file] [log] [blame]
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<!--
Introspection dump generated manually by poking flimflam with dbus-send
TODO(jglasgow): should be generated automatically during flimflam build
and installed somewhere where cashew and other clients can consume it.
-->
<node>
<interface name="org.chromium.flimflam.IPConfig">
<method name="GetProperties">
<arg type="a{sv}" direction="out"/>
</method>
<method name="SetProperty">
<arg type="s" direction="in"/>
<arg type="v" direction="in"/>
</method>
<method name="ClearProperty">
<arg type="s" direction="in"/>
</method>
<method name="Remove">
</method>
<method name="MoveBefore">
<arg type="o" direction="in"/>
</method>
<method name="MoveAfter">
<arg type="o" direction="in"/>
</method>
<!--
PropertyChanged is part of the introspection
results, but flimflam never sends it for IPConfig
records. It is commented out to avoid coding
functions which will never be invoked.
<signal name="PropertyChanged">
<arg type="s"/>
<arg type="v"/>
</signal>
-->
</interface>
</node>