Method

GumModuleRegistrylock

Declaration [src]

void
gum_module_registry_lock (
  GumModuleRegistry* self
)

Description [src]

Acquires the registry lock, preventing concurrent modification while held. Use this to keep the module set stable across several operations, for example while holding on to a GumModule obtained from it. Balance with gum_module_registry_unlock(). Enumeration already takes the lock internally.