Function

GumCloakwith_lock_held

Declaration [src]

void
gum_cloak_with_lock_held (
  GumCloakLockedFunc func,
  gpointer user_data
)

Description [src]

Calls func while holding the cloak lock.

Parameters

func

Type: GumCloakLockedFunc

Function to call while holding the lock.

user_data

Type: gpointer

Data to pass to func.

The argument can be NULL.
The data is owned by the caller of the function.