Method

FoundryProcessLauncherprepend_args

Declaration [src]

void
foundry_process_launcher_prepend_args (
  FoundryProcessLauncher* self,
  const char* const* args
)

Description

No description available.

Parameters

args

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.