aboutsummaryrefslogtreecommitdiff
path: root/src/mm-iface-modem.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-02-17 19:16:47 +0100
committerAleksander Morgado <aleksander@lanedo.com>2012-03-16 14:28:13 +0100
commit3595b33648ce6aa78586c820c179c78b84687cf1 (patch)
tree009e001d2c67250eb2c5700204d2b62ab6009cdf /src/mm-iface-modem.h
parent09d2f062c73a62bc32c21d2bcd9249c8a174fe82 (diff)
iface-modem: load current bands during modem enabling
Diffstat (limited to 'src/mm-iface-modem.h')
-rw-r--r--src/mm-iface-modem.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mm-iface-modem.h b/src/mm-iface-modem.h
index f9c3a80e..13d19a0a 100644
--- a/src/mm-iface-modem.h
+++ b/src/mm-iface-modem.h
@@ -128,6 +128,14 @@ struct _MMIfaceModem {
GAsyncResult *res,
GError **error);
+ /* Loading of the Bands property */
+ void (*load_current_bands) (MMIfaceModem *self,
+ GAsyncReadyCallback callback,
+ gpointer user_data);
+ GArray * (*load_current_bands_finish) (MMIfaceModem *self,
+ GAsyncResult *res,
+ GError **error);
+
/* Loading of the SignalQuality property */
void (*load_signal_quality) (MMIfaceModem *self,
GAsyncReadyCallback callback,