diff options
Diffstat (limited to 'libmm-common/mm-common-bearer-properties.h')
-rw-r--r-- | libmm-common/mm-common-bearer-properties.h | 2 |
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); |