aboutsummaryrefslogtreecommitdiff
path: root/libmm-common/mm-common-bearer-properties.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-01-08 16:04:58 +0100
committerAleksander Morgado <aleksander@lanedo.com>2012-03-15 14:14:47 +0100
commit1c447ba85b4ec22a42e1c9f5d3e0bb7ae2c11bdc (patch)
treee1fb5e7f84f0d3238b21924202d9942bf61b2ec1 /libmm-common/mm-common-bearer-properties.h
parentfa0dba6a6e797d532a7f130f5b1f9a2561e72989 (diff)
libmm-common: expect 'rm-protocol' in the common bearer properties
Diffstat (limited to 'libmm-common/mm-common-bearer-properties.h')
-rw-r--r--libmm-common/mm-common-bearer-properties.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libmm-common/mm-common-bearer-properties.h b/libmm-common/mm-common-bearer-properties.h
index 32449a29..4e9454b8 100644
--- a/libmm-common/mm-common-bearer-properties.h
+++ b/libmm-common/mm-common-bearer-properties.h
@@ -69,6 +69,9 @@ void mm_common_bearer_properties_set_allow_roaming (
void mm_common_bearer_properties_set_number (
MMCommonBearerProperties *properties,
const gchar *number);
+void mm_common_bearer_properties_set_rm_protocol (
+ MMCommonBearerProperties *properties,
+ MMModemCdmaRmProtocol protocol);
const gchar *mm_common_bearer_properties_get_apn (
MMCommonBearerProperties *properties);
@@ -82,6 +85,8 @@ gboolean mm_common_bearer_properties_get_allow_roaming (
MMCommonBearerProperties *properties);
const gchar *mm_common_bearer_properties_get_number (
MMCommonBearerProperties *properties);
+MMModemCdmaRmProtocol mm_common_bearer_properties_get_rm_protocol (
+ MMCommonBearerProperties *properties);
gboolean mm_common_bearer_properties_consume_string (MMCommonBearerProperties *self,
const gchar *key,