GIOFuncs.ioWrite

writes raw bytes to the channel. This is called from various functions such as glib.iochannel.IOChannel.writeChars to write raw bytes to the channel. Encoding and buffering issues are dealt with at a higher level.

struct GIOFuncs
extern (C)
GIOStatus function(GIOChannel* channel, const(char)* buf, size_t count, size_t* bytesWritten, GError** _err) ioWrite;