mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-30 13:53:30 +02:00
GSocketClient: add proxy-resolver property
Add a proxy-resolver property to GSocketClient, to allow overriding proxy resolution in situations where you need to force a particular proxy rather than using the system defaults. https://bugzilla.gnome.org/show_bug.cgi?id=691105
This commit is contained in:
@@ -1958,6 +1958,7 @@ g_socket_client_set_protocol
|
||||
g_socket_client_set_socket_type
|
||||
g_socket_client_set_timeout
|
||||
g_socket_client_set_enable_proxy
|
||||
g_socket_client_set_proxy_resolver
|
||||
g_socket_client_set_tls
|
||||
g_socket_client_set_tls_validation_flags
|
||||
g_socket_client_get_family
|
||||
@@ -1966,6 +1967,7 @@ g_socket_client_get_protocol
|
||||
g_socket_client_get_socket_type
|
||||
g_socket_client_get_timeout
|
||||
g_socket_client_get_enable_proxy
|
||||
g_socket_client_get_proxy_resolver
|
||||
g_socket_client_get_tls
|
||||
g_socket_client_get_tls_validation_flags
|
||||
g_socket_client_add_application_proxy
|
||||
|
Reference in New Issue
Block a user