aboutsummaryrefslogtreecommitdiff
path: root/libmm-glib/mm-bearer-properties.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-01-08 16:08:21 +0100
committerAleksander Morgado <aleksander@lanedo.com>2012-03-15 14:14:47 +0100
commit014a9eddab6c1787470caad58c0626a551fdc842 (patch)
treebd80ea5c424398b273d687868a14ba0d53bebf8a /libmm-glib/mm-bearer-properties.h
parent1c447ba85b4ec22a42e1c9f5d3e0bb7ae2c11bdc (diff)
libmm-glib: allow passing Rm protocol to bearer properties
Diffstat (limited to 'libmm-glib/mm-bearer-properties.h')
-rw-r--r--libmm-glib/mm-bearer-properties.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libmm-glib/mm-bearer-properties.h b/libmm-glib/mm-bearer-properties.h
index 25b9c685..6d7442d5 100644
--- a/libmm-glib/mm-bearer-properties.h
+++ b/libmm-glib/mm-bearer-properties.h
@@ -51,6 +51,9 @@ void mm_bearer_properties_set_allow_roaming (
void mm_bearer_properties_set_number (
MMBearerProperties *properties,
const gchar *number);
+void mm_bearer_properties_set_rm_protocol (
+ MMBearerProperties *properties,
+ MMModemCdmaRmProtocol protocol);
const gchar *mm_bearer_properties_get_apn (
MMBearerProperties *properties);
@@ -74,6 +77,8 @@ const gchar *mm_bearer_properties_get_number (
MMBearerProperties *properties);
gchar *mm_bearer_properties_dup_number (
MMBearerProperties *properties);
+MMModemCdmaRmProtocol mm_bearer_properties_get_rm_protocol (
+ MMBearerProperties *properties);
G_END_DECLS