GUnixFDMessage {RGtk2}R Documentation

GUnixFDMessage

Description

A GSocketControlMessage containing a list of file descriptors

Hierarchy

GObject
   +----GSocketControlMessage
         +----GUnixFDMessage

Detailed Description

This

\link{GSocketControlMessage}
contains a list of file descriptors. It may be sent using gSocketSendMessage and received using gSocketReceiveMessage over UNIX sockets (ie: sockets in the G_SOCKET_ADDRESS_UNIX family). For an easier way to send and receive file descriptors over stream-oriented UNIX sockets, see gUnixConnectionSendFd() and gUnixConnectionReceiveFd().

Author(s)

Derived by RGtkGen from GTK+ documentation

References

http://library.gnome.org/devel//gio/GUnixFDMessage.html


[Package RGtk2 version 2.20.21 Index]