about summary refs log tree commit diff
path: root/libnm/libnm.ver
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2016-08-26 02:19:30 +0200
committerMichael Biebl <biebl@debian.org>2016-08-26 02:19:30 +0200
commit229bfa11c4d56b4c1017c81c7dbafbedd15e3153 (patch)
treeedfc7357b6494a5c0cb016bb88d61b623daa9876 /libnm/libnm.ver
parent6318db9c78b4fe207dfe700cfac11a675fc63dc9 (diff)
parent7514efc2f38c9ace4557d4e69d68e7d380389030 (diff)
Merge tag 'upstream/1.4.0'
Upstream version 1.4.0
Diffstat (limited to 'libnm/libnm.ver')
-rw-r--r--libnm/libnm.ver21
1 files changed, 21 insertions, 0 deletions
diff --git a/libnm/libnm.ver b/libnm/libnm.ver
index 4fd8027c..cc2fc7df 100644
--- a/libnm/libnm.ver
+++ b/libnm/libnm.ver
@@ -1060,5 +1060,26 @@ global:
 } libnm_1_0_0;
 
 libnm_1_2_4 {
+	#nm_setting_ip_config_get_dns_priority@libnm_1_2_4;
+} libnm_1_2_0;
+
+libnm_1_4_0 {
+global:
+	nm_device_team_get_config;
+	nm_setting_connection_get_stable_id;
+	nm_setting_ip6_config_get_token;
 	nm_setting_ip_config_get_dns_priority;
+	nm_setting_wired_get_generate_mac_address_mask;
+	nm_setting_wireless_get_generate_mac_address_mask;
+	nm_vpn_editor_plugin_get_plugin_info;
+	nm_vpn_editor_plugin_get_vt;
+	nm_vpn_editor_plugin_load;
+	nm_vpn_editor_plugin_set_plugin_info;
+	nm_vpn_plugin_info_get_aliases;
+	nm_vpn_plugin_info_get_auth_dialog;
+	nm_vpn_plugin_info_get_service;
+	nm_vpn_plugin_info_list_get_service_types;
+	nm_vpn_plugin_info_list_find_service_type;
+	nm_vpn_plugin_info_new_search_file;
+	nm_vpn_plugin_info_supports_hints;
 } libnm_1_2_0;