diff options
Diffstat (limited to 'src/mm-iface-modem.h')
-rw-r--r-- | src/mm-iface-modem.h | 8 |
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, |