gio.UnixFDMessage

Undocumented in source.

Public Imports

gio.c.types
public import gio.c.types;
Undocumented in source.
gtkc.giotypes
public import gtkc.giotypes;
Undocumented in source.

Members

Classes

UnixFDMessage
class UnixFDMessage

This #GSocketControlMessage contains a #GUnixFDList. It may be sent using g_socket_send_message() and received using g_socket_receive_message() over UNIX sockets (ie: sockets in the %G_SOCKET_FAMILY_UNIX family). The file descriptors are copied between processes by the kernel.

Meta