aboutsummaryrefslogtreecommitdiff
path: root/src/mm-bearer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mm-bearer.h')
-rw-r--r--src/mm-bearer.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mm-bearer.h b/src/mm-bearer.h
index e619bf1a..95266ad8 100644
--- a/src/mm-bearer.h
+++ b/src/mm-bearer.h
@@ -91,4 +91,11 @@ void mm_bearer_set_connection_forbidden (MMBearer *bearer);
MMBearerStatus mm_bearer_get_status (MMBearer *bearer);
+void mm_bearer_disconnect (MMBearer *self,
+ GAsyncReadyCallback callback,
+ gpointer user_data);
+gboolean mm_bearer_disconnect_finish (MMBearer *self,
+ GAsyncResult *res,
+ GError **error);
+
#endif /* MM_BEARER_H */