Enumeration
GioSocketListenerEvent
since: 2.46
Description
Describes an event occurring on a GSocketListener
. See the
GSocketListener::event
signal for more details.
Additional values may be added to this type in the future.
Available since: 2.46
Members
G_SOCKET_LISTENER_BINDING
-
The listener is about to bind a socket.
- Value:
0
- Nickname:
binding
- Available since: 2.46
- Value:
G_SOCKET_LISTENER_BOUND
-
The listener has bound a socket.
- Value:
1
- Nickname:
bound
- Available since: 2.46
- Value:
G_SOCKET_LISTENER_LISTENING
-
The listener is about to start listening on this socket.
- Value:
2
- Nickname:
listening
- Available since: 2.46
- Value:
G_SOCKET_LISTENER_LISTENED
-
The listener is now listening on this socket.
- Value:
3
- Nickname:
listened
- Available since: 2.46
- Value: