g_io_channel_write_chars ( iochannel buf count bytes_written error -- GIOStatus )


Vocabulary
glib.ffi

Inputs
iochannelan object
bufan object
countan object
bytes_writtenan object
erroran object


Outputs
GIOStatusan object


Definition


LIBRARY: glib FUNCTION: GIOStatus g_io_channel_write_chars
( GIOChannel* iochannel, gchar* buf, glong count, gulong
bytes_written, GError* error )