diff options
Diffstat (limited to 'libmm-common/mm-common-connect-properties.h')
-rw-r--r-- | libmm-common/mm-common-connect-properties.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libmm-common/mm-common-connect-properties.h b/libmm-common/mm-common-connect-properties.h index e117ff0f..2b577ce2 100644 --- a/libmm-common/mm-common-connect-properties.h +++ b/libmm-common/mm-common-connect-properties.h @@ -59,7 +59,7 @@ void mm_common_connect_properties_set_pin ( void mm_common_connect_properties_set_operator_id ( MMCommonConnectProperties *properties, const gchar *operator_id); -void mm_common_connect_properties_set_allowed_bands ( +void mm_common_connect_properties_set_bands ( MMCommonConnectProperties *properties, const MMModemBand *bands, guint n_bands); @@ -90,7 +90,7 @@ const gchar *mm_common_connect_properties_get_pin ( MMCommonConnectProperties *properties); const gchar *mm_common_connect_properties_get_operator_id ( MMCommonConnectProperties *properties); -void mm_common_connect_properties_get_allowed_bands ( +void mm_common_connect_properties_get_bands ( MMCommonConnectProperties *properties, const MMModemBand **bands, guint *n_bands); |