Handbook
Glossary
g_unix_input_stream_new ( fd close_fd -- GInputStream* )
Vocabulary
gio
.
ffi
Inputs
fd
an
object
close_fd
an
object
Outputs
GInputStream*
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
gio.ffi
LIBRARY:
gio
FUNCTION:
GInputStream*
g_unix_input_stream_new
(
gint
fd,
gboolean
close_fd )