summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@osg.samsung.com>2015-08-05 14:37:05 +0200
committerStefan Schmidt <stefan@osg.samsung.com>2015-12-09 11:05:49 +0100
commit3549d3967623131181fc6dd5e1761c8a1c2822ab (patch)
treeef5c6e8b6dfa02e340c5de54dd4579844da42381
parenta885c8c0402d142efce67fac8f57b8e019e57022 (diff)
downloadenlightenment-3549d3967623131181fc6dd5e1761c8a1c2822ab.tar.gz
modules/geolocation: Update xml protocol spec to match the 2.2.0 release
This add two new properties: speed and heading. Having our eldbus boiler code generated against this new protocol spec file.
-rw-r--r--src/modules/geolocation/org.freedesktop.GeoClue2.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/modules/geolocation/org.freedesktop.GeoClue2.xml b/src/modules/geolocation/org.freedesktop.GeoClue2.xml
index ab14565438..8fe3f35545 100644
--- a/src/modules/geolocation/org.freedesktop.GeoClue2.xml
+++ b/src/modules/geolocation/org.freedesktop.GeoClue2.xml
@@ -185,6 +185,23 @@
<property name="Altitude" type="d" access="read"/>
<!--
+ Speed:
+
+ The speed in meters per second. When unknown, it's set to -1.0.
+ -->
+ <property name="Speed" type="d" access="read"/>
+
+ <!--
+ Heading:
+
+ The heading direction in degrees with respect to North direction, in
+ clockwise order. That means North becomes 0 degree, East: 90 degrees,
+ South: 180 degrees, West: 270 degrees and so on. When unknown,
+ it's set to -1.0.
+ -->
+ <property name="Heading" type="d" access="read"/>
+
+ <!--
Description:
A human-readable description of the location, if available.