Class

FridaBuildOptions

Description [src]

final class Frida.BuildOptions : Frida.CompilerOptions
{
  /* No available fields */
}

Options for frida_compiler_build().

Constructors

frida_build_options_new

Creates a new FridaBuildOptions.

Instance methods

Methods inherited from FridaCompilerOptions (17)
frida_compiler_options_clear_externals

Removes all configured externals.

frida_compiler_options_add_external

Marks a module as external, leaving it out of the bundle.

frida_compiler_options_enumerate_externals

Invokes func for each configured external.

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.

frida_compiler_options_get_output_format

How the resulting bundle’s bytes are encoded.

frida_compiler_options_set_output_format

How the resulting bundle’s bytes are encoded.

frida_compiler_options_get_bundle_format

The module format of the bundle.

frida_compiler_options_set_bundle_format

The module format of the bundle.

frida_compiler_options_get_type_check

Whether to type-check the project.

frida_compiler_options_set_type_check

Whether to type-check the project.

frida_compiler_options_get_source_maps

Whether to include source maps in the bundle.

frida_compiler_options_set_source_maps

Whether to include source maps in the bundle.

frida_compiler_options_get_compression

Which compressor to run the output through, if any.

frida_compiler_options_set_compression

Which compressor to run the output through, if any.

frida_compiler_options_get_platform

Which platform the bundle targets.

frida_compiler_options_set_platform

Which platform the bundle targets.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Properties inherited from FridaCompilerOptions (7)
Frida.CompilerOptions:project-root

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

Frida.CompilerOptions:output-format

How the resulting bundle’s bytes are encoded.

Frida.CompilerOptions:bundle-format

The module format of the bundle.

Frida.CompilerOptions:type-check

Whether to type-check the project.

Frida.CompilerOptions:source-maps

Whether to include source maps in the bundle.

Frida.CompilerOptions:compression

Which compressor to run the output through, if any.

Frida.CompilerOptions:platform

Which platform the bundle targets.

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.

Class structure

struct FridaBuildOptionsClass {
  /* no available fields */
}

No description available.