:right-sidebar: True SocketFamily =================================================================== .. currentmodule:: gi.repository.Gio .. versionadded:: 2.22 .. class:: SocketFamily :no-contents-entry: The protocol family of a :obj:`~gi.repository.Gio.SocketAddress`. (These values are identical to the system defines ``%AF_INET``, ``%AF_INET6`` and ``%AF_UNIX``, if available.) Fields ------ .. rst-class:: interim-class .. class:: SocketFamily :no-index: .. attribute:: INVALID No address family .. attribute:: IPV4 The IPv4 family .. attribute:: IPV6 The IPv6 family .. attribute:: UNIX The UNIX domain family