Enumeration
GioSocketClientEvent
since: 2.32
Description [src]
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.
Available since: 2.32
Members
- 
            G_SOCKET_CLIENT_RESOLVING
- 
            The client is doing a DNS lookup. - Value: 0
- Available since: 2.32
 
- Value: 
- 
            G_SOCKET_CLIENT_RESOLVED
- 
            The client has completed a DNS lookup. - Value: 1
- Available since: 2.32
 
- Value: 
- 
            G_SOCKET_CLIENT_CONNECTING
- 
            The client is connecting to a remote host (either a proxy or the destination server). - Value: 2
- Available since: 2.32
 
- Value: 
- 
            G_SOCKET_CLIENT_CONNECTED
- 
            The client has connected to a remote host. - Value: 3
- Available since: 2.32
 
- Value: 
- 
            G_SOCKET_CLIENT_PROXY_NEGOTIATING
- 
            The client is negotiating with a proxy to connect to the destination server. - Value: 4
- Available since: 2.32
 
- Value: 
- 
            G_SOCKET_CLIENT_PROXY_NEGOTIATED
- 
            The client has negotiated with the proxy server. - Value: 5
- Available since: 2.32
 
- Value: 
- 
            G_SOCKET_CLIENT_TLS_HANDSHAKING
- 
            The client is performing a TLS handshake. - Value: 6
- Available since: 2.32
 
- Value: 
- 
            G_SOCKET_CLIENT_TLS_HANDSHAKED
- 
            The client has performed a TLS handshake. - Value: 7
- Available since: 2.32
 
- Value: 
- 
            G_SOCKET_CLIENT_COMPLETE
- 
            The client is done with a particular GSocketConnectable.- Value: 8
- Available since: 2.32
 
- Value: