Socket.checkConnectResult

Checks and resets the pending connect error for the socket. This is used to check for errors when g_socket_connect() is used in non-blocking mode. Since 2.22

class Socket
int
checkConnectResult
()

Return Value

Type: int

TRUE if no error, FALSE otherwise, setting error to the error

Throws

GException on failure.

Meta