diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-10-31 12:50:13 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-11-02 08:23:11 +0100 |
commit | 31ec55aea8ed310403929f5b9c7ffcca74b145e7 (patch) | |
tree | 6140ca18161a0d586014563c08a9deff63ff1470 /src/mm-iface-modem-location.h | |
parent | b508316a5a87409e9acf5a625f7501280dd29f74 (diff) |
iface-modem-location: implement handling the CDMA BS location source
Diffstat (limited to 'src/mm-iface-modem-location.h')
-rw-r--r-- | src/mm-iface-modem-location.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mm-iface-modem-location.h b/src/mm-iface-modem-location.h index ea64bb8f..22acfc94 100644 --- a/src/mm-iface-modem-location.h +++ b/src/mm-iface-modem-location.h @@ -104,6 +104,12 @@ void mm_iface_modem_location_3gpp_update_lac_ci (MMIfaceModemLocation *self, void mm_iface_modem_location_gps_update (MMIfaceModemLocation *self, const gchar *nmea_trace); +/* Update CDMA BS location */ +void mm_iface_modem_location_cdma_bs_update (MMIfaceModemLocation *self, + gdouble longitude, + gdouble latitude); +void mm_iface_modem_location_cdma_bs_clear (MMIfaceModemLocation *self); + /* Bind properties for simple GetStatus() */ void mm_iface_modem_location_bind_simple_status (MMIfaceModemLocation *self, MMSimpleStatus *status); |