diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2014-02-06 12:15:32 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2014-09-05 11:30:24 +0200 |
commit | d20f3e5d6002cb64d5e0f55fc1085b889da75c3f (patch) | |
tree | dd81a189ebaf394ee42269bf02c6297e791db5d2 /src/mm-iface-modem-location.h | |
parent | 72f4aa75d79b22cdcfec4612d7ab9916c4660181 (diff) |
iface-modem-location: handle setting SUPL server
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); |