Class
FridaCompilerOptions
Description [src]
final class Frida.CompilerOptions : GObject.Object
{
/* No available fields */
}
Options shared by frida_compiler_build() and frida_compiler_watch().
Instance methods
frida_compiler_options_get_project_root
The project root directory, or null to infer it from the entrypoint.
frida_compiler_options_set_project_root
The project root directory, or null to infer it from the entrypoint.
Properties
Frida.CompilerOptions:project-root
The project root directory, or null to infer it from the entrypoint.
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.