aboutsummaryrefslogtreecommitdiff
path: root/src/mm-iface-modem-cdma.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mm-iface-modem-cdma.h')
-rw-r--r--src/mm-iface-modem-cdma.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/mm-iface-modem-cdma.h b/src/mm-iface-modem-cdma.h
index 59c3f2f5..1a297ae5 100644
--- a/src/mm-iface-modem-cdma.h
+++ b/src/mm-iface-modem-cdma.h
@@ -140,14 +140,14 @@ struct _MMIfaceModemCdma {
MMModemCdmaRegistrationState *detailed_evdo_state,
GError **error);
- /* Create CDMA bearer */
- void (* create_cdma_bearer) (MMIfaceModemCdma *self,
- MMCommonBearerProperties *properties,
- GAsyncReadyCallback callback,
- gpointer user_data);
- MMBearer * (* create_cdma_bearer_finish) (MMIfaceModemCdma *self,
- GAsyncResult *res,
- GError **error);
+ /* New CDMA bearer */
+ void (* bearer_new) (MMIfaceModemCdma *self,
+ MMCommonBearerProperties *properties,
+ GCancellable *cancellable,
+ GAsyncReadyCallback callback,
+ gpointer user_data);
+ MMBearer * (* bearer_new_finish) (GAsyncResult *res,
+ GError **error);
};
GType mm_iface_modem_cdma_get_type (void);