G_IO_ERROR_NONE if the operation was successful.IOChannel.write
glib.types.IOError write(string buf, out size_t bytesWritten)Writes data to a #GIOChannel.
Parameters
buf | the buffer containing the data to write |
bytesWritten | the number of bytes actually written |
Returns
Deprecated
Use [glib.iochannel.IOChannel.writeChars] instead.