summaryrefslogtreecommitdiff
path: root/src/mm-bearer-list.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-list.h
parent323df60ed92d66e985a36a12fb334a0cca9bd1ea (diff)
downloadModemManager-d306bb082f1237f6437e05b7a166df91f46655fb.tar.gz
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-list.h')
-rw-r--r--src/mm-bearer-list.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mm-bearer-list.h b/src/mm-bearer-list.h
index 6f2cf5910..7cd03946d 100644
--- a/src/mm-bearer-list.h
+++ b/src/mm-bearer-list.h
@@ -73,7 +73,7 @@ void mm_bearer_list_foreach (MMBearerList *self,
gpointer user_data);
MMBearer *mm_bearer_list_find (MMBearerList *self,
- MMCommonBearerProperties *properties);
+ MMBearerProperties *properties);
void mm_bearer_list_disconnect_all_bearers (MMBearerList *self,
GAsyncReadyCallback callback,