Handbook
Glossary
g_main_context_wait ( main_context cond mutex -- gboolean )
Vocabulary
glib
.
ffi
Inputs
main_context
an
object
cond
an
object
mutex
an
object
Outputs
gboolean
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
glib.ffi
LIBRARY:
glib
FUNCTION:
gboolean
g_main_context_wait
( GMainContext* main_context, GCond* cond, GMutex* mutex )