GPollableInputStreamInterface.isReadable

struct GPollableInputStreamInterface
extern (C)
int function(GPollableInputStream* stream) isReadable;

Return Value

%TRUE if @stream is readable, %FALSE if not. If an error has occurred on @stream, this will result in g_pollable_input_stream_is_readable() returning %TRUE, and the next attempt to read will return the error.

Meta