aboutsummaryrefslogtreecommitdiff
path: root/src/mm-bearer-list.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2015-12-03 12:01:00 +0100
committerAleksander Morgado <aleksander@aleksander.es>2015-12-03 12:01:14 +0100
commit4c036eb8f96cae06da1f968fb9eb48f6faa12796 (patch)
treedb8555c15360759df792e0c485c6922d98c296c7 /src/mm-bearer-list.h
parentea3cb005b8e276178187654bd1aadbe8b33abf63 (diff)
iface-modem: explicitly disconnect bearer before removing it
https://bugs.freedesktop.org/show_bug.cgi?id=90408
Diffstat (limited to 'src/mm-bearer-list.h')
-rw-r--r--src/mm-bearer-list.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mm-bearer-list.h b/src/mm-bearer-list.h
index 74854745..73c1454f 100644
--- a/src/mm-bearer-list.h
+++ b/src/mm-bearer-list.h
@@ -74,6 +74,8 @@ void mm_bearer_list_foreach (MMBearerList *self,
MMBaseBearer *mm_bearer_list_find_by_properties (MMBearerList *self,
MMBearerProperties *properties);
+MMBaseBearer *mm_bearer_list_find_by_path (MMBearerList *self,
+ const gchar *path);
void mm_bearer_list_disconnect_all_bearers (MMBearerList *self,
GAsyncReadyCallback callback,