summaryrefslogtreecommitdiff
path: root/flimflam-device.xml
blob: 6546d201d372ae587243e0a07ed7a85f32f88bc6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!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="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>
		<signal name="PropertyChanged">
			<arg type="s"/>
			<arg type="v"/>
		</signal>
	</interface>
</node>