Method

FridaPackageInstallOptionsadd_spec

Declaration

void
frida_package_install_options_add_spec (
  FridaPackageInstallOptions* self,
  const gchar* spec
)

Description [src]

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

Parameters

spec

Type: const gchar*

The package spec.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.