diff options
Diffstat (limited to 'src/mm-iface-modem-cdma.h')
-rw-r--r-- | src/mm-iface-modem-cdma.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/mm-iface-modem-cdma.h b/src/mm-iface-modem-cdma.h index 027a7235..c1855bc1 100644 --- a/src/mm-iface-modem-cdma.h +++ b/src/mm-iface-modem-cdma.h @@ -139,6 +139,11 @@ struct _MMIfaceModemCdma { MMModemCdmaRegistrationState *detailed_cdma1x_state, MMModemCdmaRegistrationState *detailed_evdo_state, GError **error); + + /* Create CDMA bearer */ + MMBearer * (* create_cdma_bearer) (MMBaseModem *modem, + MMCommonBearerProperties *properties, + GError **error); }; GType mm_iface_modem_cdma_get_type (void); @@ -205,6 +210,11 @@ gboolean mm_iface_modem_cdma_run_all_registration_checks_finish (MMIfaceModemCdm GAsyncResult *res, GError **error); +/* Create new CDMA bearer */ +MMBearer *mm_iface_modem_cdma_create_bearer (MMIfaceModemCdma *self, + MMCommonBearerProperties *properties, + GError **error); + /* Bind properties for simple GetStatus() */ void mm_iface_modem_cdma_bind_simple_status (MMIfaceModemCdma *self, MMCommonSimpleProperties *status); |