gio.PollableInputStreamT

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

PollableInputStreamT
template PollableInputStreamT(TStruct)

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