GPollableInputStreamInterface.readNonblocking

struct GPollableInputStreamInterface
extern (C)
ptrdiff_t function(GPollableInputStream* stream, void* buffer, size_t count, GError** err) readNonblocking;

Return Value

the number of bytes read, or -1 on error (including G_IO_ERROR_WOULD_BLOCK).

Throws

GException on failure.