gio.pollable_output_stream

Undocumented in source.

Public Imports

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

Members

Interfaces

PollableOutputStream
interface PollableOutputStream

gio.pollable_output_stream.PollableOutputStream is implemented by gio.output_stream.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.