Virtual Method
IdeRuntimecreate_launcher
since: 3.32
Description
Creates a launcher for the runtime.
This can be used to execute a command within a runtime.
It is important that this function can be run from a thread without side effects.
Available since: 3.32
Return value
Type: IdeSubprocessLauncher
An IdeSubprocessLauncher
or NULL
upon failure.
The caller of the function takes ownership of the data, and is responsible for freeing it. |