blob: 7336976ac8e6f5afcc4d506a62c63e036d5b0081 [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">
Chris Masoneccc88812011-06-08 18:00:10 -070027 <arg type="s" direction="in"/>
Chris Masone14de6e52011-05-09 09:20:59 -070028 </method>
Chris Masoneccc88812011-06-08 18:00:10 -070029 <method name="PushProfile">
30 <arg type="s" direction="in"/>
31 <arg type="o" direction="out"/>
32 </method>
33 <method name="PopProfile">
34 <arg type="s" direction="in"/>
35 </method>
36 <method name="PopAnyProfile"/>
Chris Masone14de6e52011-05-09 09:20:59 -070037 <method name="RequestScan">
38 <arg type="s" direction="in"/>
39 </method>
40 <method name="EnableTechnology">
41 <arg type="s" direction="in"/>
42 </method>
43 <method name="DisableTechnology">
44 <arg type="s" direction="in"/>
45 </method>
46 <method name="GetService">
47 <arg type="a{sv}" direction="in"/>
48 <arg type="o" direction="out"/>
49 </method>
50 <method name="GetWifiService">
51 <arg type="a{sv}" direction="in"/>
52 <arg type="o" direction="out"/>
53 </method>
54 <method name="ConfigureWifiService">
55 <arg type="a{sv}" direction="in"/>
56 </method>
Chris Masoneccc88812011-06-08 18:00:10 -070057 <method name="GetVPNService">
58 <arg type="a{sv}" direction="in"/>
59 <arg type="o" direction="out"/>
60 </method>
Chris Masone14de6e52011-05-09 09:20:59 -070061 <method name="RegisterAgent">
62 <arg type="o" direction="in"/>
63 </method>
64 <method name="UnregisterAgent">
65 <arg type="o" direction="in"/>
66 </method>
Chris Masone7ccc8192011-05-24 14:54:49 -070067 <method name="GetDebugLevel">
68 <arg type="i" direction="out"/>
Chris Masone14de6e52011-05-09 09:20:59 -070069 </method>
Chris Masone7ccc8192011-05-24 14:54:49 -070070 <method name="SetDebugLevel">
71 <!-- -N enables VLOG(N) and lower. -->
72 <arg type="i" direction="in"/>
Chris Masone14de6e52011-05-09 09:20:59 -070073 </method>
74 <method name="GetServiceOrder">
75 <arg type="s" direction="out"/>
76 </method>
77 <method name="SetServiceOrder">
78 <arg type="s" direction="in"/>
79 </method>
80 <signal name="PropertyChanged">
81 <arg type="s"/>
82 <arg type="v"/>
83 </signal>
84 <signal name="StateChanged">
85 <arg type="s"/>
86 </signal>
87 </interface>
88 <node name="device"/>
89 <node name="profile"/>
Chris Masoneccc88812011-06-08 18:00:10 -070090 <node name="service"/>
Chris Masone14de6e52011-05-09 09:20:59 -070091</node>