Method

FridaSpawnOptionsset_env

Declaration

void
frida_spawn_options_set_env (
  FridaSpawnOptions* self,
  gchar** value,
  gint value_length1
)

Description [src]

Environment entries to add to or override in the default environment.

Parameters

value

Type: An array of gchar*

No description available.

The argument can be NULL.
The length of the array is specified in the value_length1 argument.
The data is owned by the caller of the method.
Each element is a NUL terminated UTF-8 string.
value_length1

Type: gint

No description available.