aboutsummaryrefslogtreecommitdiff
path: root/libmm-common/mm-common-bearer-properties.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-01-12 14:06:07 +0100
committerAleksander Morgado <aleksander@lanedo.com>2012-03-15 14:14:49 +0100
commitd19cf55f8f35bd82408ecfce012cdebe0ed2183f (patch)
treed9586b3093267806c2b8a18faab74b15d5556330 /libmm-common/mm-common-bearer-properties.h
parent8782df1b152b0ade1970282fb799ac6608fa3483 (diff)
libmm-common: allow duplicating the bearer properties object
Diffstat (limited to 'libmm-common/mm-common-bearer-properties.h')
-rw-r--r--libmm-common/mm-common-bearer-properties.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libmm-common/mm-common-bearer-properties.h b/libmm-common/mm-common-bearer-properties.h
index 4e9454b8..715fc61a 100644
--- a/libmm-common/mm-common-bearer-properties.h
+++ b/libmm-common/mm-common-bearer-properties.h
@@ -51,6 +51,8 @@ MMCommonBearerProperties *mm_common_bearer_properties_new_from_dictionary (
GVariant *dictionary,
GError **error);
+MMCommonBearerProperties *mm_common_bearer_properties_dup (MMCommonBearerProperties *orig);
+
void mm_common_bearer_properties_set_apn (
MMCommonBearerProperties *properties,
const gchar *apn);