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