Enumeration (GI Enum)

Gio-2.0GioSocketClientEventSince 2.32

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

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

2.32

Index

Enumeration Members

COMPLETE: number

The client is done with a particular Gio.SocketConnectable.

CONNECTED: number

The client has connected to a remote host.

CONNECTING: number

The client is connecting to a remote host (either a proxy or the destination server).

PROXY_NEGOTIATED: number

The client has negotiated with the proxy server.

PROXY_NEGOTIATING: number

The client is negotiating with a proxy to connect to the destination server.

RESOLVED: number

The client has completed a DNS lookup.

RESOLVING: number

The client is doing a DNS lookup.

TLS_HANDSHAKED: number

The client has performed a TLS handshake.

TLS_HANDSHAKING: number

The client is performing a TLS handshake.