blob: c7a4f53622198a6ed14e47558d69ca95ab0560e8 [file] [log] [blame]
Chris Masone14de6e52011-05-09 09:20:59 -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.Manager">
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="GetState">
20 <arg type="s" direction="out"/>
21 </method>
22 <method name="CreateProfile">
23 <arg type="s" direction="in"/>
24 <arg type="o" direction="out"/>
25 </method>
26 <method name="RemoveProfile">
27 <arg type="o" direction="in"/>
28 </method>
29 <method name="RequestScan">
30 <arg type="s" direction="in"/>
31 </method>
32 <method name="EnableTechnology">
33 <arg type="s" direction="in"/>
34 </method>
35 <method name="DisableTechnology">
36 <arg type="s" direction="in"/>
37 </method>
38 <method name="GetService">
39 <arg type="a{sv}" direction="in"/>
40 <arg type="o" direction="out"/>
41 </method>
42 <method name="GetWifiService">
43 <arg type="a{sv}" direction="in"/>
44 <arg type="o" direction="out"/>
45 </method>
46 <method name="ConfigureWifiService">
47 <arg type="a{sv}" direction="in"/>
48 </method>
49 <method name="RegisterAgent">
50 <arg type="o" direction="in"/>
51 </method>
52 <method name="UnregisterAgent">
53 <arg type="o" direction="in"/>
54 </method>
Chris Masone7ccc8192011-05-24 14:54:49 -070055 <method name="GetDebugLevel">
56 <arg type="i" direction="out"/>
Chris Masone14de6e52011-05-09 09:20:59 -070057 </method>
Chris Masone7ccc8192011-05-24 14:54:49 -070058 <method name="SetDebugLevel">
59 <!-- -N enables VLOG(N) and lower. -->
60 <arg type="i" direction="in"/>
Chris Masone14de6e52011-05-09 09:20:59 -070061 </method>
62 <method name="GetServiceOrder">
63 <arg type="s" direction="out"/>
64 </method>
65 <method name="SetServiceOrder">
66 <arg type="s" direction="in"/>
67 </method>
68 <signal name="PropertyChanged">
69 <arg type="s"/>
70 <arg type="v"/>
71 </signal>
72 <signal name="StateChanged">
73 <arg type="s"/>
74 </signal>
75 </interface>
76 <node name="device"/>
77 <node name="profile"/>
78</node>