Method
FoundryCommandLinerun
Declaration [src]
DexFuture*
foundry_command_line_run (
FoundryCommandLine* self,
const char* const* argv
)
Parameters
argv-
Type: An array of
char*No description available.
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.
Return value
Type: DexFuture
A DexFuture that resolves to an int.
| The caller of the method takes ownership of the returned data, and is responsible for freeing it. |