Method

FoundryCommandset_argv

Declaration [src]

void
foundry_command_set_argv (
  FoundryCommand* self,
  const char* const* argv
)

Description

No description available.

Sets propertyFoundry.Command:argv

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.