summaryrefslogtreecommitdiff
path: root/introspection/lbs.xml
blob: 0c93a2dc93d96c20b653a6c43fd4f47ebdd403e6 (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
<node>
	<interface name="org.tizen.lbs.Manager">
		<method name="GetProviderInfo">
			<arg direction="out" type="s" name="Name"/>
			<arg direction="out" type="s" name="Description"/>
		</method>
		<method name="GetStatus">
			<arg direction="out" type="i" name="status"/>
		</method>
		<signal name="StatusChanged">
			<arg direction="in" type="i" name="method" />
			<arg direction="out" type="i" name="status"/>
		</signal>
		<method name="SetOptions">
			<arg direction="in" type="a{sv}" name="options"/>
		</method>
		<method name="AddReference">
			<arg direction="in" type="i" name="method" />
			<annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
		</method>
		<method name="RemoveReference">
			<arg direction="in" type="i" name="method" />
			<annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
		</method>
		<method name="SetMockLocation">
			<arg direction="in" type="i" name="method"/>
			<arg direction="in" type="d" name="latitude"/>
			<arg direction="in" type="d" name="longitude"/>
			<arg direction="in" type="d" name="altitude"/>
			<arg direction="in" type="d" name="speed"/>
			<arg direction="in" type="d" name="direction"/>
			<arg direction="in" type="d" name="accuracy"/>
			<annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
		</method>
	</interface>
</node>