aboutsummaryrefslogtreecommitdiff
path: root/src/mm-bearer-list.h
diff options
context:
space:
mode:
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 e1294ca1..6f2cf591 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);