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