Class

FridaPackageInstallOptions

Description [src]

final class Frida.PackageInstallOptions : GObject.Object
{
  /* No available fields */
}

Ancestors

Constructors

frida_package_install_options_new

Creates a new FridaPackageInstallOptions.

Instance methods

frida_package_install_options_clear_specs

Removes all package specs to install.

frida_package_install_options_add_spec

Adds a package spec to install, such as foo or [email protected].

frida_package_install_options_clear_omits

Removes all omitted roles.

frida_package_install_options_add_omit

Omits dependencies of the given role from the installation.

frida_package_install_options_get_project_root

The project directory to install into, or null for the current directory.

frida_package_install_options_set_project_root

The project directory to install into, or null for the current directory.

frida_package_install_options_get_role

The role to record the installed packages under.

frida_package_install_options_set_role

The role to record the installed packages under.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Frida.PackageInstallOptions:project-root

The project directory to install into, or null for the current directory.

Frida.PackageInstallOptions:role

The role to record the installed packages under.

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 FridaPackageInstallOptionsClass {
  /* no available fields */
}

No description available.