diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2019-10-24 22:58:42 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2019-10-28 10:28:31 +0100 |
commit | 08d23dd64d4566423579d8fbe609ec6145eae861 (patch) | |
tree | a89c7e51adba9ea1670a0d35b28e9aa138fda831 /libmm-glib/mm-location-common.h | |
parent | 53a7dc2f63ac26edb1a3a8db8368b52cf0417de7 (diff) |
docs,libmm-glib: provide per-version indices
Diffstat (limited to 'libmm-glib/mm-location-common.h')
-rw-r--r-- | libmm-glib/mm-location-common.h | 6 |
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 |