Back to Seed Clases

Gio


Classes

Interfaces

Structs

Unions

Enums

GObject.Object
parent-child marker Gio.UnixFDList

Class Gio.UnixFDList

Import line: Gio = imports.gi.Gio;
GIR File: Gio-2.0.gir
C documentation: GUnixFDList
Class : UnixFDList
Extends: GObject.Object
A GUnixFDList 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 GSocket in
the G_SOCKET_ADDRESS_UNIX family by using g_socket_send_message()
and received using g_socket_receive_message().
Note that <gio/gunixfdlist.h> belongs to
the UNIX-specific GIO interfaces, thus you have to use the
gio-unix-2.0.pc pkg-config file when using it.
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gio.DBusMessage
Method
get_unix_fd_list () : Gio.UnixFDList
Gets the UNIX file descriptors associated with message, if any.
Gio.DBusMessage
Method
set_unix_fd_list (UnixFDList fd_list) : none
Sets the UNIX file descriptors associated with message.
Gio.UnixFDMessage
Property
fd_list : Gio.UnixFDList
Gio.UnixFDMessage
Method
new Gio.UnixFDMessage.with_fd_list (UnixFDList fd_list) : Gio.SocketControlMessage
Create a new Gio.UnixFDMessage
Gio.UnixFDMessage
Method
get_fd_list () : Gio.UnixFDList
Gets the GUnixFDList contained in message.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:11:19 GMT+0800 (HKT)