| <!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(vlaviano): should be generated automatically during flimflam build |
| and installed somewhere where cashew and other clients can consume it. |
| --> |
| |
| <node> |
| <interface name="org.chromium.flimflam.Device"> |
| <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="Enable"/> |
| <method name="Disable"/> |
| <method name="ProposeScan"/> |
| <method name="AddIPConfig"> |
| <arg type="s" direction="in"/> |
| <arg type="o" direction="out"/> |
| </method> |
| <method name="Register"> |
| <arg type="s" direction="in"/> |
| </method> |
| <method name="RequirePin"> |
| <arg type="s" direction="in"/> |
| <arg type="b" direction="in"/> |
| </method> |
| <method name="EnterPin"> |
| <arg type="s" direction="in"/> |
| </method> |
| <method name="UnblockPin"> |
| <arg type="s" direction="in"/> |
| <arg type="s" direction="in"/> |
| </method> |
| <method name="ChangePin"> |
| <arg type="s" direction="in"/> |
| <arg type="s" direction="in"/> |
| </method> |
| <method name="Reset"/> |
| <method name="ResetByteCounters"/> |
| <method name="SetCarrier"> |
| <arg type="s" direction="in"/> |
| </method> |
| <signal name="PropertyChanged"> |
| <arg type="s"/> |
| <arg type="v"/> |
| </signal> |
| </interface> |
| </node> |