summaryrefslogtreecommitdiff
path: root/src/mm-iface-modem-3gpp.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-01-19 15:26:37 +0100
committerAleksander Morgado <aleksander@lanedo.com>2012-03-15 14:14:53 +0100
commit2b1aabe4fd8c177b87522af9b2139f13ec1c2672 (patch)
treefddc47c3188a3680de74b0c9e37aed7936797edd /src/mm-iface-modem-3gpp.h
parent63f209d6da0cc2349c6911876a11814e98e3acd2 (diff)
downloadModemManager-2b1aabe4fd8c177b87522af9b2139f13ec1c2672.tar.gz
iface-modem-3gpp: 3GPP bearer creation removed
Diffstat (limited to 'src/mm-iface-modem-3gpp.h')
-rw-r--r--src/mm-iface-modem-3gpp.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/mm-iface-modem-3gpp.h b/src/mm-iface-modem-3gpp.h
index 040362293..c518e1183 100644
--- a/src/mm-iface-modem-3gpp.h
+++ b/src/mm-iface-modem-3gpp.h
@@ -171,15 +171,6 @@ struct _MMIfaceModem3gpp {
GList * (*scan_networks_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);
@@ -234,15 +225,6 @@ gboolean mm_iface_modem_3gpp_run_all_registration_checks_finish (MMIfaceModem3gp
GAsyncResult *res,
GError **error);
-/* Create new 3GPP bearer */
-void mm_iface_modem_3gpp_create_bearer (MMIfaceModem3gpp *self,
- MMCommonBearerProperties *properties,
- GAsyncReadyCallback callback,
- gpointer user_data);
-MMBearer *mm_iface_modem_3gpp_create_bearer_finish (MMIfaceModem3gpp *self,
- GAsyncResult *res,
- GError **error);
-
/* Allow registering in the network */
gboolean mm_iface_modem_3gpp_register_in_network_finish (MMIfaceModem3gpp *self,
GAsyncResult *res,