diff options
Diffstat (limited to 'src/mm-iface-modem.h')
-rw-r--r-- | src/mm-iface-modem.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/mm-iface-modem.h b/src/mm-iface-modem.h index c81565e1..5fe0fcc5 100644 --- a/src/mm-iface-modem.h +++ b/src/mm-iface-modem.h @@ -153,6 +153,15 @@ struct _MMIfaceModem { gboolean (*factory_reset_finish) (MMIfaceModem *self, GAsyncResult *res, GError **error); + + /* Asynchronous allowed band setting operation */ + void (*set_allowed_bands) (MMIfaceModem *self, + MMModemBand bands, + GAsyncReadyCallback callback, + gpointer user_data); + gboolean (*set_allowed_bands_finish) (MMIfaceModem *self, + GAsyncResult *res, + GError **error); }; GType mm_iface_modem_get_type (void); |