diff options
Diffstat (limited to 'src/mm-iface-modem-location.h')
-rw-r--r-- | src/mm-iface-modem-location.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mm-iface-modem-location.h b/src/mm-iface-modem-location.h index fde00ced..96fe9b3b 100644 --- a/src/mm-iface-modem-location.h +++ b/src/mm-iface-modem-location.h @@ -42,6 +42,14 @@ struct _MMIfaceModemLocation { GAsyncResult *res, GError **error); + /* Loading of the SuplServer property */ + void (* load_supl_server) (MMIfaceModemLocation *self, + GAsyncReadyCallback callback, + gpointer user_data); + gchar * (* load_supl_server_finish) (MMIfaceModemLocation *self, + GAsyncResult *res, + GError **error); + /* Enable location gathering (async) */ void (* enable_location_gathering) (MMIfaceModemLocation *self, MMModemLocationSource source, |