Handbook
Glossary
g_io_create_watch ( channel condition -- GSource* )
Vocabulary
glib
.
ffi
Inputs
channel
an
object
condition
an
object
Outputs
GSource*
an
object
Definition
USING:
alien.syntax
;
IN:
glib.ffi
LIBRARY:
glib
FUNCTION:
GSource*
g_io_create_watch
( GIOChannel* channel,
GIOCondition
condition )