Function Macro

GLibTRYLOCK

Declaration

#define G_TRYLOCK (
  name
)

Description

Works like g_mutex_trylock(), but for a lock defined with G_LOCK_DEFINE.

This function is not directly available to language bindings.

Parameters

name

Type: -

The name of the lock.