summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjomui <jongmun.woo@samsung.com>2017-02-01 15:28:19 +0900
committerjomui <jongmun.woo@samsung.com>2017-02-01 15:28:35 +0900
commit38dd6c7eaf3f81dd5d528a5d29a20fb31206eed5 (patch)
treea5e0200ff9e7ae9f1fc44249742391866d8a6fbb
parent083e7bae60969829c6cf54e80ab32f3ce1ef3617 (diff)
downloadgeofence-dbus-38dd6c7eaf3f81dd5d528a5d29a20fb31206eed5.tar.gz
geofence-dbus-38dd6c7eaf3f81dd5d528a5d29a20fb31206eed5.tar.bz2
geofence-dbus-38dd6c7eaf3f81dd5d528a5d29a20fb31206eed5.zip
Signed-off-by: jomui <jongmun.woo@samsung.com> Change-Id: I00dd2a4346620b07dba947e59386ca2611fa7ad1
-rw-r--r--introspection/geofence.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/introspection/geofence.xml b/introspection/geofence.xml
index 8a9a7e5..08d58d1 100644
--- a/introspection/geofence.xml
+++ b/introspection/geofence.xml
@@ -2,7 +2,7 @@
<interface name="org.tizen.lbs.Geofence">
<method name="AddGeofence">
<arg direction="in" type="s" name="app_id"/>
- <arg direction="in" type="i" name="place_id"/>
+ <arg direction="in" type="i" name="place_id"/>
<arg direction="in" type="i" name="geofence_type"/>
<arg direction="in" type="d" name="latitude"/>
<arg direction="in" type="d" name="longitude"/>
@@ -29,11 +29,11 @@
<arg direction="in" type="b" name="enable"/>
</method>
<method name="StartGeofence">
- <arg direction="in" type="i" name="fence_id"/>
+ <arg direction="in" type="i" name="fence_id"/>
<arg direction="in" type="s" name="app_id"/>
</method>
<method name="StopGeofence">
- <arg direction="in" type="i" name="fence_id"/>
+ <arg direction="in" type="i" name="fence_id"/>
<arg direction="in" type="s" name="app_id"/>
</method>
<signal name="GeofenceInout">