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