diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-13 12:15:00 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-16 14:53:24 +0100 |
commit | 2c4a69b190cd0963d650a048560a96c1e4cf0dc2 (patch) | |
tree | ac0c240b15d463e509a52f1481e11ba44ce77542 /src/mm-iface-modem-location.h | |
parent | fea2ef0e5cbf908a889a04c5c488aa76070aeaa5 (diff) |
iface-modem-location: let initialization and enabling sequences get cancelled
Diffstat (limited to 'src/mm-iface-modem-location.h')
-rw-r--r-- | src/mm-iface-modem-location.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mm-iface-modem-location.h b/src/mm-iface-modem-location.h index f18ebbb4..2346c0f4 100644 --- a/src/mm-iface-modem-location.h +++ b/src/mm-iface-modem-location.h @@ -62,6 +62,7 @@ GType mm_iface_modem_location_get_type (void); /* Initialize Location interface (async) */ void mm_iface_modem_location_initialize (MMIfaceModemLocation *self, + GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data); gboolean mm_iface_modem_location_initialize_finish (MMIfaceModemLocation *self, @@ -70,6 +71,7 @@ gboolean mm_iface_modem_location_initialize_finish (MMIfaceModemLocation *self, /* Enable Location interface (async) */ void mm_iface_modem_location_enable (MMIfaceModemLocation *self, + GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data); gboolean mm_iface_modem_location_enable_finish (MMIfaceModemLocation *self, |