PollableInputStream


Object Hierarchy:

GLib.PollableInputStream GLib.PollableInputStream GLib.PollableInputStream GLib.InputStream GLib.InputStream GLib.InputStream->GLib.PollableInputStream GLib.Object GLib.Object GLib.Object->GLib.InputStream

Description:

[ CCode ( type_cname = "GPollableInputStreamInterface" , type_id = "g_pollable_input_stream_get_type ()" ) ]
[ Version ( since = "2.28" ) ]
public interface PollableInputStream : InputStream

`GPollableInputStream` is implemented by [class@Gio.

InputStream]s 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.

Some classes may implement `GPollableInputStream` but have only certain instances of that class be pollable. If [ method@Gio.PollableInputStream.can_poll] returns false, then the behavior of other `GPollableInputStream` methods is undefined.

All known implementing classes:

Namespace: GLib
Package: gio-2.0

Content:

Methods:

Inherited Members: