aboutsummaryrefslogtreecommitdiff
path: root/src/mm-iface-modem-location.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-03-27 17:15:57 +0200
committerAleksander Morgado <aleksander@lanedo.com>2012-03-29 09:18:03 +0200
commit53b500c11dc648cff834be2885886f5e575046e4 (patch)
treec1827fbb6fcd80cbb9bfecbf41ff8bcce9092bc6 /src/mm-iface-modem-location.h
parent0012b7118656afd127097d3cbfa27e9190cedd47 (diff)
iface-modem-location: handle the NMEA-based GPS location source
Diffstat (limited to 'src/mm-iface-modem-location.h')
-rw-r--r--src/mm-iface-modem-location.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mm-iface-modem-location.h b/src/mm-iface-modem-location.h
index 19f760e4..ea64bb8f 100644
--- a/src/mm-iface-modem-location.h
+++ b/src/mm-iface-modem-location.h
@@ -100,6 +100,10 @@ void mm_iface_modem_location_3gpp_update_lac_ci (MMIfaceModemLocation *self,
gulong location_area_code,
gulong cell_id);
+/* Update GPS location */
+void mm_iface_modem_location_gps_update (MMIfaceModemLocation *self,
+ const gchar *nmea_trace);
+
/* Bind properties for simple GetStatus() */
void mm_iface_modem_location_bind_simple_status (MMIfaceModemLocation *self,
MMSimpleStatus *status);