Gio.SocketClientEvent (original) (raw)
Enumeration
GioSocketClientEvent
since: 2.32
Declaration
enum Gio.SocketClientEvent
Description [src]
Describes an event occurring on a GSocketClient
. See theGSocketClient::event
signal for more details.
Additional values may be added to this type in the future.
Available since: 2.32
Members
The client is doing a DNS lookup.
- Value:
0
- Available since: 2.32
The client has completed a DNS lookup.
- Value:
1
- Available since: 2.32
The client is connecting to a remote host (either a proxy or the destination server).
- Value:
2
- Available since: 2.32
The client has connected to a remote host.
- Value:
3
- Available since: 2.32
G_SOCKET_CLIENT_PROXY_NEGOTIATING
The client is negotiating with a proxy to connect to the destination server.
- Value:
4
- Available since: 2.32
G_SOCKET_CLIENT_PROXY_NEGOTIATED
The client has negotiated with the proxy server.
- Value:
5
- Available since: 2.32
G_SOCKET_CLIENT_TLS_HANDSHAKING
The client is performing aTLS handshake.
- Value:
6
- Available since: 2.32
G_SOCKET_CLIENT_TLS_HANDSHAKED
The client has performed aTLS handshake.
- Value:
7
- Available since: 2.32
The client is done with a particularGSocketConnectable
.
- Value:
8
- Available since: 2.32