aboutsummaryrefslogtreecommitdiff
path: root/libmm-glib/mm-location-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmm-glib/mm-location-common.h')
-rw-r--r--libmm-glib/mm-location-common.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/libmm-glib/mm-location-common.h b/libmm-glib/mm-location-common.h
index ed10baa1..afd90f2e 100644
--- a/libmm-glib/mm-location-common.h
+++ b/libmm-glib/mm-location-common.h
@@ -26,6 +26,8 @@
* Identifier for an unknown longitude value.
*
* Proper longitude values fall in the [-180,180] range.
+ *
+ * Since: 1.0
*/
#define MM_LOCATION_LONGITUDE_UNKNOWN -G_MAXDOUBLE
@@ -35,6 +37,8 @@
* Identifier for an unknown latitude value.
*
* Proper latitude values fall in the [-90,90] range.
+ *
+ * Since: 1.0
*/
#define MM_LOCATION_LATITUDE_UNKNOWN -G_MAXDOUBLE
@@ -42,6 +46,8 @@
* MM_LOCATION_ALTITUDE_UNKNOWN:
*
* Identifier for an unknown altitude value.
+ *
+ * Since: 1.0
*/
#define MM_LOCATION_ALTITUDE_UNKNOWN -G_MAXDOUBLE