summaryrefslogtreecommitdiff
path: root/introspection/geofence.xml
diff options
context:
space:
mode:
Diffstat (limited to 'introspection/geofence.xml')
-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">