Value | Meaning |
---|---|
RESOLVING0 | The client is doing a DNS lookup. |
RESOLVED1 | The client has completed a DNS lookup. |
CONNECTING2 | The client is connecting to a remote host (either a proxy or the destination server). |
CONNECTED3 | The client has connected to a remote host. |
PROXY_NEGOTIATING4 | The client is negotiating with a proxy to connect to the destination server. |
PROXY_NEGOTIATED5 | The client has negotiated with the proxy server. |
TLS_HANDSHAKING6 | The client is performing a TLS handshake. |
TLS_HANDSHAKED7 | The client has performed a TLS handshake. |
COMPLETE8 | The client is done with a particular #GSocketConnectable. |
Page generated by adrdox
Describes an event occurring on a #GSocketClient. See the #GSocketClient::event signal for more details.
Additional values may be added to this type in the future.