:right-sidebar: True SocketListenerEvent =================================================================== .. currentmodule:: gi.repository.Gio .. versionadded:: 2.46 .. class:: SocketListenerEvent :no-contents-entry: Describes an event occurring on a :obj:`~gi.repository.Gio.SocketListener`. See the :obj:`~gi.repository.Gio.SocketListener`::event signal for more details. Additional values may be added to this type in the future. Fields ------ .. rst-class:: interim-class .. class:: SocketListenerEvent :no-index: .. attribute:: BINDING The listener is about to bind a socket. .. attribute:: BOUND The listener has bound a socket. .. attribute:: LISTENED The listener is now listening on this socket. .. attribute:: LISTENING The listener is about to start listening on this socket.