Method
GumDarwinModuleenumerate_dependencies
Declaration [src]
void
gum_darwin_module_enumerate_dependencies (
GumDarwinModule* self,
GumFoundDependencyFunc func,
gpointer user_data
)
Parameters
func-
Type:
GumFoundDependencyFuncFunction called with each dependency.
user_data-
Type:
gpointerData to pass to
func.The argument can be NULL.The data is owned by the caller of the method.