aboutsummaryrefslogtreecommitdiff
path: root/src/mm-iface-modem-3gpp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mm-iface-modem-3gpp.h')
-rw-r--r--src/mm-iface-modem-3gpp.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/mm-iface-modem-3gpp.h b/src/mm-iface-modem-3gpp.h
index e45934f6..b7523477 100644
--- a/src/mm-iface-modem-3gpp.h
+++ b/src/mm-iface-modem-3gpp.h
@@ -171,14 +171,14 @@ struct _MMIfaceModem3gpp {
GAsyncResult *res,
GError **error);
- /* Create 3GPP bearer */
- void (* create_3gpp_bearer) (MMIfaceModem3gpp *self,
- MMCommonBearerProperties *properties,
- GAsyncReadyCallback callback,
- gpointer user_data);
- MMBearer * (* create_3gpp_bearer_finish) (MMIfaceModem3gpp *self,
- GAsyncResult *res,
- GError **error);
+ /* New 3GPP bearer */
+ void (* bearer_new) (MMIfaceModem3gpp *self,
+ MMCommonBearerProperties *properties,
+ GCancellable *cancellable,
+ GAsyncReadyCallback callback,
+ gpointer user_data);
+ MMBearer * (* bearer_new_finish) (GAsyncResult *res,
+ GError **error);
};
GType mm_iface_modem_3gpp_get_type (void);