IOChannel.write

Writes data to a #GIOChannel.

More...
class IOChannel
write
(
string buf
,
size_t count
,
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: GIOError

%G_IO_ERROR_NONE if the operation was successful.

Detailed Description

Deprecated: Use g_io_channel_write_chars() instead.

Meta