aboutsummaryrefslogtreecommitdiff
path: root/src/mm-bearer-list.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2015-12-03 12:00:22 +0100
committerAleksander Morgado <aleksander@aleksander.es>2015-12-03 12:00:22 +0100
commitea3cb005b8e276178187654bd1aadbe8b33abf63 (patch)
tree185dedf4e518bdf24da94464e6b32e3937179393 /src/mm-bearer-list.h
parent75c23479902fd63a9b3bd81e25598ac8c6f22c2a (diff)
bearer-list: rename bearer find method to specify properties are compared
Diffstat (limited to 'src/mm-bearer-list.h')
-rw-r--r--src/mm-bearer-list.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mm-bearer-list.h b/src/mm-bearer-list.h
index 43f15801..74854745 100644
--- a/src/mm-bearer-list.h
+++ b/src/mm-bearer-list.h
@@ -72,8 +72,8 @@ void mm_bearer_list_foreach (MMBearerList *self,
MMBearerListForeachFunc func,
gpointer user_data);
-MMBaseBearer *mm_bearer_list_find (MMBearerList *self,
- MMBearerProperties *properties);
+MMBaseBearer *mm_bearer_list_find_by_properties (MMBearerList *self,
+ MMBearerProperties *properties);
void mm_bearer_list_disconnect_all_bearers (MMBearerList *self,
GAsyncReadyCallback callback,