gio.pollable_input_stream

Undocumented in source.

Public Imports

gio.pollable_input_stream_iface_proxy
public import gio.pollable_input_stream_iface_proxy;
Undocumented in source.

Members

Interfaces

PollableInputStream
interface PollableInputStream

gio.pollable_input_stream.PollableInputStream is implemented by gio.input_stream.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.