aboutsummaryrefslogtreecommitdiff
path: root/src/mm-bearer.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 /src/mm-bearer.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 'src/mm-bearer.h')
-rw-r--r--src/mm-bearer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mm-bearer.h b/src/mm-bearer.h
index 161f3be4..809bf161 100644
--- a/src/mm-bearer.h
+++ b/src/mm-bearer.h
@@ -78,7 +78,7 @@ struct _MMBearerClass {
/* Check if the bearer has the exact same properties */
gboolean (* cmp_properties) (MMBearer *self,
- MMCommonBearerProperties *properties);
+ MMBearerProperties *properties);
};
GType mm_bearer_get_type (void);
@@ -87,7 +87,7 @@ void mm_bearer_export (MMBearer *self);
const gchar *mm_bearer_get_path (MMBearer *bearer);
void mm_bearer_expose_properties (MMBearer *bearer,
- MMCommonBearerProperties *properties);
+ MMBearerProperties *properties);
MMBearerStatus mm_bearer_get_status (MMBearer *bearer);
@@ -108,6 +108,6 @@ gboolean mm_bearer_disconnect_finish (MMBearer *self,
void mm_bearer_disconnect_force (MMBearer *self);
gboolean mm_bearer_cmp_properties (MMBearer *self,
- MMCommonBearerProperties *properties);
+ MMBearerProperties *properties);
#endif /* MM_BEARER_H */