UnixFDList


Object Hierarchy:

GLib.UnixFDList GLib.UnixFDList GLib.UnixFDList GLib.Object GLib.Object GLib.Object->GLib.UnixFDList

Description:

[ CCode ( type_id = "g_unix_fd_list_get_type ()" ) ]
public class UnixFDList : Object

A UnixFDList contains a list of file descriptors.

It owns the file descriptors that it contains, closing them when finalized.

It may be wrapped in a GUnixFDMessage and sent over a Socket in the g_socket_family_unix family by using send_message and received using receive_message.

Before 2.74, `<gio/gunixfdlist.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.

Since 2.74, the API is available for Windows.


Namespace: GLib
Package: gio-2.0

Content:

Creation methods:

Methods:

Inherited Members:

All known members inherited from class GLib.Object



2022 vala-language.org