Class
FridaPackageManager
Description [src]
final class Frida.PackageManager : GObject.Object
{
/* No available fields */
}
Searches for and installs npm packages of Frida agents, for use with the
FridaCompiler.
Instance methods
frida_package_manager_install
Installs packages into a project, emitting FridaPackageManager::install-progress as it goes.
frida_package_manager_install_finish
Installs packages into a project, emitting FridaPackageManager::install-progress as it goes.
frida_package_manager_install_sync
Installs packages into a project, emitting FridaPackageManager::install-progress as it goes.
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.