summary refs log tree commit diff
path: root/libnm/libnm.ver
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2015-08-28 01:13:48 +0200
committerMichael Biebl <biebl@debian.org>2015-08-28 01:13:48 +0200
commit81836c2d44802b4cca833d7775dd627e0797a7e2 (patch)
tree91154e6cefc0465306603f51ec0010d9963bbea4 /libnm/libnm.ver
parent50a58f0fabd8a34c1b6108a107e08abe3c1ccd24 (diff)
Imported Upstream version 1.0.6 upstream/1.0.6
Diffstat (limited to 'libnm/libnm.ver')
-rw-r--r--libnm/libnm.ver16
1 files changed, 16 insertions, 0 deletions
diff --git a/libnm/libnm.ver b/libnm/libnm.ver
index 294bab41..90c5de04 100644
--- a/libnm/libnm.ver
+++ b/libnm/libnm.ver
@@ -851,3 +851,19 @@ global:
 	nm_setting_connection_get_autoconnect_slaves;
 } libnm_1_0_0;
 
+libnm_1_0_6 {
+global:
+	nm_access_point_get_last_seen;
+	nm_device_get_metered;
+	nm_device_wifi_request_scan_options;
+	nm_device_wifi_request_scan_options_async;
+	nm_metered_get_type;
+	nm_setting_connection_get_metered;
+	nm_setting_wired_get_wake_on_lan;
+	nm_setting_wired_get_wake_on_lan_password;
+	nm_setting_wired_wake_on_lan_get_type;
+	nm_utils_enum_from_str;
+	nm_utils_enum_to_str;
+	nm_utils_wifi_2ghz_freqs;
+	nm_utils_wifi_5ghz_freqs;
+} libnm_1_0_4;