Method

FridaCompilerOptionsset_project_root

Declaration

void
frida_compiler_options_set_project_root (
  FridaCompilerOptions* self,
  const gchar* value
)

Description [src]

The project root directory, or null to infer it from the entrypoint.

Parameters

value

Type: const gchar*

No description available.

The argument can be NULL.
The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.