Gio.FileDescriptorBased¶
Implementations: | |
---|---|
Gio.UnixInputStream , Gio.UnixOutputStream |
Properties¶
None
Signals¶
None
Fields¶
None
Class Details¶
-
class
Gio.
FileDescriptorBased
¶ Bases: GObject.GInterface
Structure: Gio.FileDescriptorBasedIface
Gio.FileDescriptorBased
is implemented by streams (implementations ofGio.InputStream
orGio.OutputStream
) that are based on file descriptors.Note that
<gio/gfiledescriptorbased.h>
belongs to the UNIX-specific GIO interfaces, thus you have to use thegio-unix-2.0.pc
pkg-config file when using it.New in version 2.24.