IOChannel.write

Writes data to a #GIOChannel.

More...
class IOChannel
write
(
string buf
,
size_t count
,
out size_t bytesWritten
)

Parameters

buf string

the buffer containing the data to write

count size_t

the number of bytes to write

bytesWritten size_t

the number of bytes actually written

Return Value

Type: glib.types.IOError

G_IO_ERROR_NONE if the operation was successful.

Detailed Description

Deprecated: Use glib.iochannel.IOChannel.writeChars instead.