Method

FoundryCliOptionsset_string_array

Declaration [src]

void
foundry_cli_options_set_string_array (
  FoundryCliOptions* self,
  const char* key,
  const char* const* 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: 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.