Method

FoundryDiagnosticToolset_argv

Declaration [src]

void
foundry_diagnostic_tool_set_argv (
  FoundryDiagnosticTool* self,
  const char* const* argv
)

Description

No description available.

Parameters

argv

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.