Handbook
Glossary
g_io_channel_write_chars ( iochannel buf count bytes_written error -- GIOStatus )
Vocabulary
glib
.
ffi
Inputs
iochannel
an
object
buf
an
object
count
an
object
bytes_written
an
object
error
an
object
Outputs
GIOStatus
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
glib.ffi
LIBRARY:
glib
FUNCTION:
GIOStatus
g_io_channel_write_chars
( GIOChannel* iochannel, gchar* buf,
glong
count,
gulong
bytes_written, GError* error )