Function
GumCloakwith_lock_held
Declaration [src]
void
gum_cloak_with_lock_held (
GumCloakLockedFunc func,
gpointer user_data
)
Parameters
func-
Type:
GumCloakLockedFuncFunction to call while holding the lock.
user_data-
Type:
gpointerData to pass to
func.The argument can be NULL.The data is owned by the caller of the function.