| OLD | NEW |
| (Empty) | |
| 1 <!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.Service"> |
| 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="Connect"/> |
| 23 <method name="Disconnect"/> |
| 24 <method name="Remove"/> |
| 25 <method name="MoveBefore"> |
| 26 <arg type="o" direction="in"/> |
| 27 </method> |
| 28 <method name="MoveAfter"> |
| 29 <arg type="o" direction="in"/> |
| 30 </method> |
| 31 <method name="ActivateCellularModem"> |
| 32 <arg type="s" direction="in"/> |
| 33 </method> |
| 34 <signal name="PropertyChanged"> |
| 35 <arg type="s"/> |
| 36 <arg type="v"/> |
| 37 </signal> |
| 38 </interface> |
| 39 </node> |
| OLD | NEW |