diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-02-17 16:57:12 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-16 14:28:13 +0100 |
commit | 09d2f062c73a62bc32c21d2bcd9249c8a174fe82 (patch) | |
tree | fa3bfab24497997fe3ded9dbc92dd04afd8f50b3 /libmm-glib/mm-modem-simple-connect-properties.h | |
parent | 76e52236a44d87bc7aacb141b956146ab67d66eb (diff) |
api,dbus: rename `AllowedBands' to just `Bands'
ModemManager will load:
1) The list of supported bands. Note that this doesn't mean that any possible
combination of bands is supported, as modems may support only specific
combinations, but at least gives a rough idea of what the modem is capable
of handling.
2) The list of CURRENT bands. There is no such "Allowed" bands, as we do with
modes, modems will have a specific set of bands being currently used, which
will be reported in the `Bands' property.
If the modem allows modifying the list of bands to use, this can be done with
the `SetBands()' method. If the modem doesn't support using a specific
combination of bands, this method will report an error.
Diffstat (limited to 'libmm-glib/mm-modem-simple-connect-properties.h')
-rw-r--r-- | libmm-glib/mm-modem-simple-connect-properties.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmm-glib/mm-modem-simple-connect-properties.h b/libmm-glib/mm-modem-simple-connect-properties.h index 80d88f1a..b4e7c7a3 100644 --- a/libmm-glib/mm-modem-simple-connect-properties.h +++ b/libmm-glib/mm-modem-simple-connect-properties.h @@ -39,7 +39,7 @@ void mm_modem_simple_connect_properties_set_pin ( void mm_modem_simple_connect_properties_set_operator_id ( MMModemSimpleConnectProperties *properties, const gchar *operator_id); -void mm_modem_simple_connect_properties_set_allowed_bands ( +void mm_modem_simple_connect_properties_set_bands ( MMModemSimpleConnectProperties *properties, const MMModemBand *bands, guint n_bands); |