gio.UnixFDMessage

Undocumented in source.

Public Imports

gio.c.types
public import gio.c.types;
gtkc.giotypes
public import gtkc.giotypes;

Members

Classes

UnixFDMessage
class UnixFDMessage

This gio.SocketControlMessage contains a gio.UnixFDList It may be sent using Socket.sendMessage and received using Socket.receiveMessage over UNIX sockets (ie: sockets in the G_SOCKET_FAMILY_UNIX family). The file descriptors are copied between processes by the kernel.