GPollableOutputStreamInterface.writeNonblocking

struct GPollableOutputStreamInterface
extern (C)
ptrdiff_t function(GPollableOutputStream* stream, void* buffer, size_t count, GError** err) writeNonblocking;

Return Value

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

Throws

GException on failure.