Method
FoundryCliOptionsset_filename_array
Declaration [src]
void
foundry_cli_options_set_filename_array (
FoundryCliOptions* self,
const char* key,
const char* const* value
)
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: 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.