aboutsummaryrefslogtreecommitdiff
path: root/libmm-common/mm-common-connect-properties.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-03-01 12:14:44 +0100
committerAleksander Morgado <aleksander@lanedo.com>2012-03-16 14:53:19 +0100
commitd306bb082f1237f6437e05b7a166df91f46655fb (patch)
treea74e7ab343afa56318429fe3384f3b171bf5a3ff /libmm-common/mm-common-connect-properties.h
parent323df60ed92d66e985a36a12fb334a0cca9bd1ea (diff)
libmm-common: `MMBearerProperties' won't be considered internal any more
Renamed `MMCommonBearerProperties' to `MMBearerProperties', and removed the `MMBearerProperties' provided in libmm-glib. We'll just use the original one from libmm-common always.
Diffstat (limited to 'libmm-common/mm-common-connect-properties.h')
-rw-r--r--libmm-common/mm-common-connect-properties.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libmm-common/mm-common-connect-properties.h b/libmm-common/mm-common-connect-properties.h
index 2b577ce2..8a49950f 100644
--- a/libmm-common/mm-common-connect-properties.h
+++ b/libmm-common/mm-common-connect-properties.h
@@ -19,7 +19,7 @@
#include <ModemManager.h>
#include <glib-object.h>
-#include "mm-common-bearer-properties.h"
+#include "mm-bearer-properties.h"
G_BEGIN_DECLS
@@ -111,7 +111,7 @@ 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 (
+MMBearerProperties *mm_common_connect_properties_get_bearer_properties (
MMCommonConnectProperties *properties);
GVariant *mm_common_connect_properties_get_dictionary (MMCommonConnectProperties *self);