Initial refactoring merge
[platform/core/telephony/libtapi.git] / introspection / gps.xml
1 <?xml version="1.0" encoding="UTF-8" ?>
2
3 <!DOCTYPE node PUBLIC
4   "-//freedesktop//DTD D-Bus Object Introspection 1.0//EN"
5   "http://standards.freedesktop.org/dbus/1.0/introspect.dtd">
6
7 <node>
8   <interface name="org.tizen.telephony.Gps">
9
10     <!-- Refer to TAPI API: tapi_gps_confirm_measure_pos() -->
11     <method name="ConfirmMeasurePos">
12       <arg direction="in" type="s" name="data"/>
13       <arg direction="out" type="i" name="result"/>
14     </method>
15
16     <!-- Refer to TAPI API: tapi_gps_set_frequency_aiding() -->
17     <method name="SetFrequencyAiding">
18       <arg direction="in" type="b" name="state"/>
19       <arg direction="out" type="i" name="result"/>
20     </method>
21
22     <!-- Refer to TEL_NOTI_GPS_ASSIST_DATA event -->
23     <signal name="AssistData">
24       <arg type="s" name="data"/>
25     </signal>
26
27     <!-- Refer to TEL_NOTI_GPS_MEASURE_POSITION event -->
28     <signal name="MeasurePosition">
29       <arg type="s" name="data"/>
30     </signal>
31
32     <!-- Refer to TEL_NOTI_GPS_RESET_ASSIST_DATA event -->
33     <signal name="ResetAssistData">
34     </signal>
35
36   </interface>
37 </node>