diff options
Diffstat (limited to 'src/mm-iface-modem-location.h')
-rw-r--r-- | src/mm-iface-modem-location.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/mm-iface-modem-location.h b/src/mm-iface-modem-location.h index 1508efa6..fde00ced 100644 --- a/src/mm-iface-modem-location.h +++ b/src/mm-iface-modem-location.h @@ -59,6 +59,15 @@ struct _MMIfaceModemLocation { gboolean (*disable_location_gathering_finish) (MMIfaceModemLocation *self, GAsyncResult *res, GError **error); + + /* Set SUPL server (async) */ + void (* set_supl_server) (MMIfaceModemLocation *self, + const gchar *supl, + GAsyncReadyCallback callback, + gpointer user_data); + gboolean (*set_supl_server_finish) (MMIfaceModemLocation *self, + GAsyncResult *res, + GError **error); }; GType mm_iface_modem_location_get_type (void); |