diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-01-08 19:20:36 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-15 14:14:47 +0100 |
commit | cc4f662239acee20d69356a3f47b004d5e275138 (patch) | |
tree | 72eaafc8304e71d2378bb82f88fde8086fb4cd78 /src/mm-iface-modem-cdma.h | |
parent | 06ea25c0d480303e56c7f1b8b7bcd12b8e9b05c2 (diff) |
iface-modem-cdma: setup creation of CDMA bearers
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); |