Handbook
Glossary
g_io_channel_read_chars ( iochannel buf count bytes_read error -- GIOStatus )
Vocabulary
glib
.
ffi
Inputs
iochannel
an
object
buf
an
object
count
an
object
bytes_read
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_read_chars
( GIOChannel* iochannel, gchar* buf,
gulong
count,
gulong
bytes_read, GError* error )