Method

FoundryDiagnosticToolset_environ

Declaration [src]

void
foundry_diagnostic_tool_set_environ (
  FoundryDiagnosticTool* self,
  const char* const* environ
)

Description

No description available.

Parameters

environ

Type: An array of char*

No description available.

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