diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-10-31 12:09:46 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-11-02 08:23:10 +0100 |
commit | 72068598e51a020a1f4c405c3d1650e4d2eef0a3 (patch) | |
tree | 91fe7b8630f04d6b89d3a5be187b529d1047699f /libmm-glib/mm-location-gps-raw.h | |
parent | 15f7a370d2c4adb118488287fd553c673e8142b4 (diff) |
libmm-glib: new header file for common stuff in location reporting
Diffstat (limited to 'libmm-glib/mm-location-gps-raw.h')
-rw-r--r-- | libmm-glib/mm-location-gps-raw.h | 27 |
1 files changed, 2 insertions, 25 deletions
diff --git a/libmm-glib/mm-location-gps-raw.h b/libmm-glib/mm-location-gps-raw.h index 3ec0b29d..8ef3747d 100644 --- a/libmm-glib/mm-location-gps-raw.h +++ b/libmm-glib/mm-location-gps-raw.h @@ -23,6 +23,8 @@ #include <ModemManager.h> #include <glib-object.h> +#include "mm-location-common.h" + G_BEGIN_DECLS #define MM_TYPE_LOCATION_GPS_RAW (mm_location_gps_raw_get_type ()) @@ -32,31 +34,6 @@ G_BEGIN_DECLS #define MM_IS_LOCATION_GPS_RAW_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), MM_TYPE_LOCATION_GPS_RAW)) #define MM_LOCATION_GPS_RAW_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), MM_TYPE_LOCATION_GPS_RAW, MMLocationGpsRawClass)) -/** - * MM_LOCATION_GPS_RAW_LONGITUDE_UNKNOWN: - * - * Identifier for an unknown longitude value. - * - * Proper longitude values fall in the [-180,180] range. - */ -#define MM_LOCATION_GPS_RAW_LONGITUDE_UNKNOWN G_MINDOUBLE - -/** - * MM_LOCATION_GPS_RAW_LATITUDE_UNKNOWN: - * - * Identifier for an unknown latitude value. - * - * Proper latitude values fall in the [-90,90] range. - */ -#define MM_LOCATION_GPS_RAW_LATITUDE_UNKNOWN G_MINDOUBLE - -/** - * MM_LOCATION_GPS_RAW_ALTITUDE_UNKNOWN: - * - * Identifier for an unknown altitude value. - */ -#define MM_LOCATION_GPS_RAW_ALTITUDE_UNKNOWN G_MINDOUBLE - typedef struct _MMLocationGpsRaw MMLocationGpsRaw; typedef struct _MMLocationGpsRawClass MMLocationGpsRawClass; typedef struct _MMLocationGpsRawPrivate MMLocationGpsRawPrivate; |