1. fixed that mock-location makes lbs-server crashed
[platform/core/location/lbs-dbus.git] / introspection / lbs.xml
1 <node>
2         <interface name="org.tizen.lbs.Manager">
3                 <method name="GetProviderInfo">
4                         <arg direction="out" type="s" name="Name"/>
5                         <arg direction="out" type="s" name="Description"/>
6                 </method>
7                 <method name="GetStatus">
8                         <arg direction="out" type="i" name="status"/>
9                 </method>
10                 <signal name="StatusChanged">
11                         <arg direction="in" type="i" name="method" />
12                         <arg direction="out" type="i" name="status"/>
13                 </signal>
14                 <method name="SetOptions">
15                         <arg direction="in" type="a{sv}" name="options"/>
16                 </method>
17                 <method name="AddReference">
18                         <arg direction="in" type="i" name="method" />
19                         <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
20                 </method>
21                 <method name="RemoveReference">
22                         <arg direction="in" type="i" name="method" />
23                         <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
24                 </method>
25                 <method name="SetMockLocation">
26                         <arg direction="in" type="i" name="method"/>
27                         <arg direction="in" type="d" name="latitude"/>
28                         <arg direction="in" type="d" name="longitude"/>
29                         <arg direction="in" type="d" name="altitude"/>
30                         <arg direction="in" type="d" name="speed"/>
31                         <arg direction="in" type="d" name="direction"/>
32                         <arg direction="in" type="d" name="accuracy"/>
33                         <!--
34                         <arg direction="out" type="i" name="method"/>
35                         <arg direction="out" type="i" name="status"/>
36                         -->
37                         <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
38                 </method>
39         </interface>
40 </node>