Method

FridaCompilerOptionsget_project_root

Declaration

const gchar*
frida_compiler_options_get_project_root (
  FridaCompilerOptions* self
)

Description [src]

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

Return value

Type: const gchar*

No description available.

The returned data is owned by the instance.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.