Handbook
Glossary
g_source_add_unix_fd ( source fd events -- gpointer )
Vocabulary
glib
.
ffi
Inputs
source
an
object
fd
an
object
events
an
object
Outputs
gpointer
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
glib.ffi
LIBRARY:
glib
FUNCTION:
gpointer
g_source_add_unix_fd
( GSource* source,
gint
fd,
GIOCondition
events )