diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2021-02-25 15:42:35 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2021-03-10 10:59:22 +0100 |
commit | 05b9ab7c25bf252e43037ed0ea002b0aed6f051b (patch) | |
tree | 996bf3a13e114298d450ce10136a6838d9f00006 /docs | |
parent | 35e20a48c8b16ae744c4ca3082f70e8aa674c2f4 (diff) |
api,modem: new 'MaxActiveMultiplexedBearers' property
In addition to the amount of bearers a user may connect without
multiplexing enabled (the default until now), we now also expose the
maximum number of bearers a user may connect after enabling
multiplexing over one single network interface (if supported).
The method responsible for creating the MMBearerList is now also
subclassable, so that implementations supporting multiplexing can
provide their own version with their own thresholds.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/libmm-glib/libmm-glib-sections.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/reference/libmm-glib/libmm-glib-sections.txt b/docs/reference/libmm-glib/libmm-glib-sections.txt index 92d25bc8..c9d9b0fd 100644 --- a/docs/reference/libmm-glib/libmm-glib-sections.txt +++ b/docs/reference/libmm-glib/libmm-glib-sections.txt @@ -162,6 +162,7 @@ mm_modem_peek_unlock_retries mm_modem_get_unlock_retries mm_modem_get_max_bearers mm_modem_get_max_active_bearers +mm_modem_get_max_active_multiplexed_bearers mm_modem_get_bearer_paths mm_modem_dup_bearer_paths mm_modem_get_own_numbers @@ -2105,6 +2106,7 @@ mm_gdbus_modem_dup_equipment_identifier mm_gdbus_modem_get_manufacturer mm_gdbus_modem_dup_manufacturer mm_gdbus_modem_get_max_active_bearers +mm_gdbus_modem_get_max_active_multiplexed_bearers mm_gdbus_modem_get_max_bearers mm_gdbus_modem_get_model mm_gdbus_modem_dup_model @@ -2193,6 +2195,7 @@ mm_gdbus_modem_set_drivers mm_gdbus_modem_set_equipment_identifier mm_gdbus_modem_set_manufacturer mm_gdbus_modem_set_max_active_bearers +mm_gdbus_modem_set_max_active_multiplexed_bearers mm_gdbus_modem_set_max_bearers mm_gdbus_modem_set_model mm_gdbus_modem_set_own_numbers |