Module: Gio::SocketListenerEvent
- Defined in:
 - (unknown)
 
Constant Summary collapse
- BINDING =
          
The listener is about to bind a socket.
 0 or :binding
- BOUND =
          
The listener has bound a socket.
 1 or :bound
- LISTENING =
          
The listener is about to start
listening on this socket. 2 or :listening
- LISTENED =
          
The listener is now listening on
this socket. 3 or :listened