mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-03 16:03:40 +02:00
Add GSocketClient::event, for tracking socket client status
This can be used for debugging, or for progress UIs ("Connecting to example.com..."), or to do low-level tweaking on the connection at various points in the process. https://bugzilla.gnome.org/show_bug.cgi?id=665805
This commit is contained in:
@@ -1838,7 +1838,7 @@ GSocketPrivate
|
||||
<FILE>gsocketclient</FILE>
|
||||
<TITLE>GSocketClient</TITLE>
|
||||
GSocketClient
|
||||
g_socket_client_add_application_proxy
|
||||
GSocketClientEvent
|
||||
g_socket_client_new
|
||||
g_socket_client_connect
|
||||
g_socket_client_connect_async
|
||||
@@ -1868,6 +1868,7 @@ g_socket_client_get_timeout
|
||||
g_socket_client_get_enable_proxy
|
||||
g_socket_client_get_tls
|
||||
g_socket_client_get_tls_validation_flags
|
||||
g_socket_client_add_application_proxy
|
||||
<SUBSECTION Standard>
|
||||
GSocketClientClass
|
||||
G_IS_SOCKET_CLIENT
|
||||
|
Reference in New Issue
Block a user