summaryrefslogtreecommitdiff
path: root/src/devices/wwan/libnm-wwan.ver
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2019-09-23 12:49:20 +0200
committerThomas Haller <thaller@redhat.com>2019-09-23 12:49:20 +0200
commite79f1b623d4154631f66d8bc6cca151a1d840b4e (patch)
tree5fd7a28f36359ad9c659aa04adeac15a86559b5c /src/devices/wwan/libnm-wwan.ver
parentd19a403faa480b20f9ca6c9ce9e66a015b16cf46 (diff)
parent4154d9618c904c2286b332b56f3515806cb1bb3b (diff)
downloadNetworkManager-e79f1b623d4154631f66d8bc6cca151a1d840b4e.tar.gz
bluez: merge branch 'th/bluez-rework-2'
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/merge_requests/251
Diffstat (limited to 'src/devices/wwan/libnm-wwan.ver')
-rw-r--r--src/devices/wwan/libnm-wwan.ver6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/devices/wwan/libnm-wwan.ver b/src/devices/wwan/libnm-wwan.ver
index 7ccebcb5ee..c368a5907d 100644
--- a/src/devices/wwan/libnm-wwan.ver
+++ b/src/devices/wwan/libnm-wwan.ver
@@ -3,6 +3,7 @@ global:
nm_modem_act_stage1_prepare;
nm_modem_act_stage2_config;
nm_modem_check_connection_compatible;
+ nm_modem_claim;
nm_modem_complete_connection;
nm_modem_deactivate;
nm_modem_deactivate_async;
@@ -14,15 +15,17 @@ global:
nm_modem_get_device_id;
nm_modem_get_driver;
nm_modem_get_iid;
- nm_modem_get_path;
nm_modem_get_ip_ifindex;
nm_modem_get_operator_code;
+ nm_modem_get_path;
nm_modem_get_secrets;
nm_modem_get_state;
nm_modem_get_type;
nm_modem_get_uid;
nm_modem_ip4_pre_commit;
+ nm_modem_is_claimed;
nm_modem_manager_get;
+ nm_modem_manager_get_modems;
nm_modem_manager_get_type;
nm_modem_manager_name_owner_get;
nm_modem_manager_name_owner_ref;
@@ -32,6 +35,7 @@ global:
nm_modem_stage3_ip4_config_start;
nm_modem_stage3_ip6_config_start;
nm_modem_state_to_string;
+ nm_modem_unclaim;
local:
*;
};