Method

FridaCompilerschedule_on_frida_thread

Declaration

void
frida_compiler_schedule_on_frida_thread (
  FridaCompiler* self,
  GSourceFunc function,
  void* function_target,
  GDestroyNotify function_target_destroy_notify
)

Description

No description available.

Parameters

function

Type: GSourceFunc

No description available.

function_target

Type: void*

No description available.

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

Type: GDestroyNotify

No description available.