diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2019-03-03 22:39:36 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@gnu.org> | 2019-04-02 08:40:26 +0000 |
commit | a0cb8b4dd56d4127f27854e5d58d9eccee5e2c8b (patch) | |
tree | fbd1bc298dea63400760700b71c8c20d929547a9 /src/mm-iface-modem-location.h | |
parent | 5bbcfa831818f12cba77679ca7bbe4d8ca0a5f7d (diff) |
iface-modem-location: allow enabling unmanaged gps even if raw/nmea enabled
But only if the plugin implementation allows to do so.
Diffstat (limited to 'src/mm-iface-modem-location.h')
-rw-r--r-- | src/mm-iface-modem-location.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mm-iface-modem-location.h b/src/mm-iface-modem-location.h index 9128f1e2..c8b045af 100644 --- a/src/mm-iface-modem-location.h +++ b/src/mm-iface-modem-location.h @@ -27,7 +27,8 @@ #define MM_IS_IFACE_MODEM_LOCATION(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), MM_TYPE_IFACE_MODEM_LOCATION)) #define MM_IFACE_MODEM_LOCATION_GET_INTERFACE(obj) (G_TYPE_INSTANCE_GET_INTERFACE ((obj), MM_TYPE_IFACE_MODEM_LOCATION, MMIfaceModemLocation)) -#define MM_IFACE_MODEM_LOCATION_DBUS_SKELETON "iface-modem-location-dbus-skeleton" +#define MM_IFACE_MODEM_LOCATION_DBUS_SKELETON "iface-modem-location-dbus-skeleton" +#define MM_IFACE_MODEM_LOCATION_ALLOW_GPS_UNMANAGED_ALWAYS "iface-modem-location-allow-gps-unmanaged-always" typedef struct _MMIfaceModemLocation MMIfaceModemLocation; |