summaryrefslogtreecommitdiff
path: root/libnm
diff options
context:
space:
mode:
Diffstat (limited to 'libnm')
-rw-r--r--libnm/NetworkManager.h1
-rw-r--r--libnm/libnm.ver19
2 files changed, 20 insertions, 0 deletions
diff --git a/libnm/NetworkManager.h b/libnm/NetworkManager.h
index b5dab8fd84..cca05cffdd 100644
--- a/libnm/NetworkManager.h
+++ b/libnm/NetworkManager.h
@@ -62,6 +62,7 @@
#include <nm-setting-infiniband.h>
#include <nm-setting-ip-config.h>
#include <nm-setting-ip-tunnel.h>
+#include <nm-setting-proxy.h>
#include <nm-setting-ip4-config.h>
#include <nm-setting-ip6-config.h>
#include <nm-setting-macvlan.h>
diff --git a/libnm/libnm.ver b/libnm/libnm.ver
index bfd15b0b9e..8c0e34f0d1 100644
--- a/libnm/libnm.ver
+++ b/libnm/libnm.ver
@@ -1087,5 +1087,24 @@ global:
libnm_1_6_0 {
global:
nm_capability_get_type;
+ nm_connection_get_setting_proxy;
+ nm_setting_proxy_get_type;
+ nm_setting_proxy_new;
+ nm_setting_proxy_get_method;
+ nm_setting_proxy_method_get_type;
+ nm_setting_proxy_get_http_proxy;
+ nm_setting_proxy_get_http_port;
+ nm_setting_proxy_get_http_default;
+ nm_setting_proxy_get_ssl_proxy;
+ nm_setting_proxy_get_ssl_port;
+ nm_setting_proxy_get_ftp_proxy;
+ nm_setting_proxy_get_ftp_port;
+ nm_setting_proxy_get_socks_proxy;
+ nm_setting_proxy_get_socks_port;
+ nm_setting_proxy_get_socks_version_5;
+ nm_setting_proxy_get_pac_script;
+ nm_setting_proxy_get_no_proxy_for;
+ nm_setting_proxy_get_browser_only;
+ nm_setting_proxy_get_pac_url;
nm_utils_is_json_object;
} libnm_1_4_0;