aboutsummaryrefslogtreecommitdiff
path: root/src/mm-broadband-bearer.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-04-02 20:25:18 +0200
committerAleksander Morgado <aleksander@lanedo.com>2012-05-06 17:12:36 +0200
commitcaeeae27219a91384fa41ac5a1e0f21e1edbaa76 (patch)
tree1f270be57c11705d796c50a7fa82837c11d10372 /src/mm-broadband-bearer.h
parent1984c155ad7dc488001a01d3c65fefc8002ac836 (diff)
bearer: simplify handling of the bearer configuration
The base MMBearer object will receive the MMBearerProperties configuration, which contains every generic and plugin-specific set up. Not every configuration parameter will be used by every implementation (e.g. not every bearer needs user/password). The Bearer object will expose every configuration parameter received in its `Properties' property in the interface, even if it's not really used.
Diffstat (limited to 'src/mm-broadband-bearer.h')
-rw-r--r--src/mm-broadband-bearer.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mm-broadband-bearer.h b/src/mm-broadband-bearer.h
index 5911a610..00478f29 100644
--- a/src/mm-broadband-bearer.h
+++ b/src/mm-broadband-bearer.h
@@ -146,11 +146,6 @@ void mm_broadband_bearer_new (MMBroadbandModem *modem,
MMBearer *mm_broadband_bearer_new_finish (GAsyncResult *res,
GError **error);
-const gchar *mm_broadband_bearer_get_3gpp_apn (MMBroadbandBearer *self);
-guint mm_broadband_bearer_get_cdma_rm_protocol (MMBroadbandBearer *self);
-const gchar *mm_broadband_bearer_get_ip_type (MMBroadbandBearer *self);
-gboolean mm_broadband_bearer_get_allow_roaming (MMBroadbandBearer *self);
-
guint mm_broadband_bearer_get_3gpp_cid (MMBroadbandBearer *self);
#endif /* MM_BROADBAND_BEARER_H */