diff options
Diffstat (limited to 'libmm-common/mm-common-connect-properties.h')
-rw-r--r-- | libmm-common/mm-common-connect-properties.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libmm-common/mm-common-connect-properties.h b/libmm-common/mm-common-connect-properties.h index a4de48bc..e117ff0f 100644 --- a/libmm-common/mm-common-connect-properties.h +++ b/libmm-common/mm-common-connect-properties.h @@ -19,6 +19,8 @@ #include <ModemManager.h> #include <glib-object.h> +#include "mm-common-bearer-properties.h" + G_BEGIN_DECLS #define MM_TYPE_COMMON_CONNECT_PROPERTIES (mm_common_connect_properties_get_type ()) @@ -109,6 +111,9 @@ gboolean mm_common_connect_properties_get_allow_roaming ( const gchar *mm_common_connect_properties_get_number ( MMCommonConnectProperties *properties); +MMCommonBearerProperties *mm_common_connect_properties_get_bearer_properties ( + MMCommonConnectProperties *properties); + GVariant *mm_common_connect_properties_get_dictionary (MMCommonConnectProperties *self); G_END_DECLS |