Class
FridaPackageInstallOptions
Description [src]
final class Frida.PackageInstallOptions : GObject.Object
{
/* No available fields */
}
Options for frida_package_manager_install().
Instance methods
frida_package_install_options_add_spec
Adds a package spec to install, such as foo or [email protected].
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.
Properties
Frida.PackageInstallOptions:project-root
The project directory to install into, or null for the current directory.
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.