g_cond_timed_wait ( cond mutex abs_time -- gboolean )


Vocabulary
glib.ffi

Inputs
condan object
mutexan object
abs_timean object


Outputs
gbooleanan object


Definition


LIBRARY: glib FUNCTION: gboolean g_cond_timed_wait
( GCond* cond, GMutex* mutex, GTimeVal* abs_time )