Method
GumModuleRegistryenumerate_modules
Declaration [src]
void
gum_module_registry_enumerate_modules (
GumModuleRegistry* self,
GumFoundModuleFunc func,
gpointer user_data
)
Parameters
func-
Type:
GumFoundModuleFuncFunction called with each
GumModule. user_data-
Type:
gpointerData to pass to
func.The argument can be NULL.The data is owned by the caller of the method.