aboutsummaryrefslogtreecommitdiff
path: root/src/mm-iface-modem.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2011-11-22 19:12:33 +0100
committerAleksander Morgado <aleksander@lanedo.com>2012-03-15 14:14:23 +0100
commit1dcd20f18db2941f87a774ca58bfacf345ccec45 (patch)
treeda3aa75706104fdd6237d33c562dfacdbd3059e8 /src/mm-iface-modem.h
parentb9d60d2de49e91c60eb2fcef779d769d39ee3c12 (diff)
iface-modem: handle SetAllowedBands()
Also considering that playing with bands may not be supported.
Diffstat (limited to 'src/mm-iface-modem.h')
-rw-r--r--src/mm-iface-modem.h9
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);