Method

SysprofSpawnablesetenv

Declaration [src]

void
sysprof_spawnable_setenv (
  SysprofSpawnable* self,
  const char* key,
  const char* value
)

Description

No description available.

Parameters

key

Type: const char*

No description available.

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

Type: const char*

No description available.

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