gio.PollableOutputStreamT

Undocumented in source.

Public Imports

gio.Cancellable
public import gio.Cancellable;
gio.c.functions
public import gio.c.functions;
gio.c.types
public import gio.c.types;
glib.ErrorG
public import glib.ErrorG;
glib.GException
public import glib.GException;
glib.Source
public import glib.Source;
gtkc.giotypes
public import gtkc.giotypes;

Members

Templates

PollableOutputStreamT
template PollableOutputStreamT(TStruct)

GPollableOutputStream is implemented by gio.OutputStreams that can be polled for readiness to write. This can be used when interfacing with a non-GIO API that expects UNIX-file-descriptor-style asynchronous I/O rather than GIO-style.