GSocketClientEvent

Describes an event occurring on a gio.SocketClient See the event signal for more details.

Additional values may be added to this type in the future.

Values

ValueMeaning
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

Meta

Since

2.32