UnixConnection
Object Hierarchy:
Description:
This is the subclass of [class@Gio.
SocketConnection] that is created for UNIX domain sockets.
It contains functions to do some of the UNIX socket specific functionality like passing file descriptors.
Since GLib 2.72, `GUnixConnection` is available on all platforms. It requires underlying system support (such as Windows 10 with `AF_UNIX`) at run time.
Before GLib 2.72, `<gio/gunixconnection.h>` belonged to the UNIX-specific GIO interfaces, thus you had to use the `gio-unix-2.0.pc` pkg-config file when using it. This is no longer necessary since GLib 2.72.
Namespace: GLib
Package: gio-unix-2.0
Content:
Creation methods:
Methods:
Inherited Members:
All known members inherited from class GLib.SocketConnection
All known members inherited from class GLib.IOStream
All known members inherited from class GLib.Object