mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-04 08:23:38 +02:00
Implemented g_socket_client_connect_to_uri() method
Using this rather than g_socket_client_connect() or g_socket_client_connect_to_host() allows #GSocketClient to determine when to use application-specific proxy protocols. Reviewed-by: Dan Winship <danw@gnome.org>
This commit is contained in:
@@ -1788,6 +1788,9 @@ g_socket_client_connect_to_host_finish
|
||||
g_socket_client_connect_to_service
|
||||
g_socket_client_connect_to_service_async
|
||||
g_socket_client_connect_to_service_finish
|
||||
g_socket_client_connect_to_uri
|
||||
g_socket_client_connect_to_uri_async
|
||||
g_socket_client_connect_to_uri_finish
|
||||
g_socket_client_set_family
|
||||
g_socket_client_set_local_address
|
||||
g_socket_client_set_protocol
|
||||
|
Reference in New Issue
Block a user