API Version: 2.0
Library Version: 2.76
Generated by gi-docgen 2023.2
since: 2.32
gboolean g_rec_mutex_trylock ( GRecMutex* rec_mutex )
Tries to lock rec_mutex. If rec_mutex is already locked by another thread, it immediately returns FALSE. Otherwise it locks rec_mutex and returns TRUE.
rec_mutex
FALSE
TRUE
Available since: 2.32
Type: gboolean
gboolean
TRUE if rec_mutex could be locked.