diff options
Diffstat (limited to 'src/mm-bearer.h')
-rw-r--r-- | src/mm-bearer.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mm-bearer.h b/src/mm-bearer.h index 84fbcb37..6f35e2d7 100644 --- a/src/mm-bearer.h +++ b/src/mm-bearer.h @@ -76,6 +76,9 @@ struct _MMBearerClass { GAsyncResult *res, GError **error); + /* Report disconnection */ + void (* report_disconnection) (MMBearer *bearer); + /* Check if the bearer has the exact same properties */ gboolean (* cmp_properties) (MMBearer *self, MMBearerProperties *properties); @@ -111,6 +114,8 @@ gboolean mm_bearer_disconnect_finish (MMBearer *self, void mm_bearer_disconnect_force (MMBearer *self); +void mm_bearer_report_disconnection (MMBearer *self); + gboolean mm_bearer_cmp_properties (MMBearer *self, MMBearerProperties *properties); |