summaryrefslogtreecommitdiff
path: root/src/mm-bearer-list.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-01-21 18:24:06 +0100
committerAleksander Morgado <aleksander@lanedo.com>2012-03-15 14:14:55 +0100
commit77999f3bcec7753bdcc5a51da4c271c78157f051 (patch)
treecda2bd2261f90ddf86b9c027bf7e5e3d96a94af0 /src/mm-bearer-list.h
parent718093dc59f2cce7556d28efa4a26866b39e4c2e (diff)
downloadModemManager-77999f3bcec7753bdcc5a51da4c271c78157f051.tar.gz
bearer-list: new method to look for a bearer using its properties
Diffstat (limited to 'src/mm-bearer-list.h')
-rw-r--r--src/mm-bearer-list.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mm-bearer-list.h b/src/mm-bearer-list.h
index e1294ca15..6f2cf5910 100644
--- a/src/mm-bearer-list.h
+++ b/src/mm-bearer-list.h
@@ -72,6 +72,9 @@ void mm_bearer_list_foreach (MMBearerList *self,
MMBearerListForeachFunc func,
gpointer user_data);
+MMBearer *mm_bearer_list_find (MMBearerList *self,
+ MMCommonBearerProperties *properties);
+
void mm_bearer_list_disconnect_all_bearers (MMBearerList *self,
GAsyncReadyCallback callback,
gpointer user_data);