aboutsummaryrefslogtreecommitdiff
path: root/src/mm-iface-modem.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mm-iface-modem.h')
-rw-r--r--src/mm-iface-modem.h15
1 files changed, 8 insertions, 7 deletions
diff --git a/src/mm-iface-modem.h b/src/mm-iface-modem.h
index e5ab1b77..65bf4d1a 100644
--- a/src/mm-iface-modem.h
+++ b/src/mm-iface-modem.h
@@ -324,12 +324,13 @@ gboolean mm_iface_modem_set_allowed_bands_finish (MMIfaceModem *self,
GError **error);
/* Allow creating bearers */
-void mm_iface_modem_create_bearer (MMIfaceModem *self,
- MMCommonBearerProperties *properties,
- GAsyncReadyCallback callback,
- gpointer user_data);
-gchar *mm_iface_modem_create_bearer_finish (MMIfaceModem *self,
- GAsyncResult *res,
- GError **error);
+void mm_iface_modem_create_bearer (MMIfaceModem *self,
+ gboolean force,
+ MMCommonBearerProperties *properties,
+ GAsyncReadyCallback callback,
+ gpointer user_data);
+MMBearer *mm_iface_modem_create_bearer_finish (MMIfaceModem *self,
+ GAsyncResult *res,
+ GError **error);
#endif /* MM_IFACE_MODEM_H */