Method

FridaApplicationQueryOptionsenumerate_selected_identifiers

Declaration

void
frida_application_query_options_enumerate_selected_identifiers (
  FridaApplicationQueryOptions* self,
  GFunc func,
  void* func_target
)

Description [src]

Invokes func for each selected identifier.

Parameters

func

Type: GFunc

Function called with each identifier.

func_target

Type: void*

No description available.

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