diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-27 17:15:57 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-29 09:18:03 +0200 |
commit | 53b500c11dc648cff834be2885886f5e575046e4 (patch) | |
tree | c1827fbb6fcd80cbb9bfecbf41ff8bcce9092bc6 /src/mm-iface-modem-location.h | |
parent | 0012b7118656afd127097d3cbfa27e9190cedd47 (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.h | 4 |
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); |