aboutsummaryrefslogtreecommitdiff
path: root/src/mm-iface-modem-location.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2014-02-06 12:20:56 +0100
committerAleksander Morgado <aleksander@aleksander.es>2014-09-05 11:30:24 +0200
commit63f2e72c6c14ecef88d0a89b48729876b3cec931 (patch)
treea633063de699e16a963a446a3e784d747727b054 /src/mm-iface-modem-location.h
parentd20f3e5d6002cb64d5e0f55fc1085b889da75c3f (diff)
iface-modem-location: load SUPL server setup when initializing interface
Diffstat (limited to 'src/mm-iface-modem-location.h')
-rw-r--r--src/mm-iface-modem-location.h8
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,