aboutsummaryrefslogtreecommitdiff
path: root/libmm-common/mm-simple-connect-properties.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-08-28 17:07:10 +0200
committerAleksander Morgado <aleksander@lanedo.com>2012-08-28 17:15:18 +0200
commit3ff03c946fb244bf336aebd61807b5ffa0b28124 (patch)
tree1cc263ad0c638dfdc0d9d92c5ec142634e358b9b /libmm-common/mm-simple-connect-properties.h
parent567a744a49deb81ecdda307444692d8c38d062c6 (diff)
iface-modem-simple: don't launch band/mode updates unless explicitly required
Diffstat (limited to 'libmm-common/mm-simple-connect-properties.h')
-rw-r--r--libmm-common/mm-simple-connect-properties.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libmm-common/mm-simple-connect-properties.h b/libmm-common/mm-simple-connect-properties.h
index 04c8d34b..2a2e72f0 100644
--- a/libmm-common/mm-simple-connect-properties.h
+++ b/libmm-common/mm-simple-connect-properties.h
@@ -76,10 +76,10 @@ void mm_simple_connect_properties_set_number (MMSimpleConnectProperties *
const gchar *mm_simple_connect_properties_get_pin (MMSimpleConnectProperties *properties);
const gchar *mm_simple_connect_properties_get_operator_id (MMSimpleConnectProperties *properties);
-void mm_simple_connect_properties_get_bands (MMSimpleConnectProperties *properties,
+gboolean mm_simple_connect_properties_get_bands (MMSimpleConnectProperties *properties,
const MMModemBand **bands,
guint *n_bands);
-void mm_simple_connect_properties_get_allowed_modes (MMSimpleConnectProperties *properties,
+gboolean mm_simple_connect_properties_get_allowed_modes (MMSimpleConnectProperties *properties,
MMModemMode *allowed,
MMModemMode *preferred);
const gchar *mm_simple_connect_properties_get_apn (MMSimpleConnectProperties *properties);