Method

FridaCompilerOptionsenumerate_externals

Declaration

void
frida_compiler_options_enumerate_externals (
  FridaCompilerOptions* self,
  GFunc func,
  void* func_target
)

Description [src]

Invokes func for each configured external.

Parameters

func

Type: GFunc

Function called with each external.

func_target

Type: void*

No description available.

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