Method
IdePipelinecreate_launcher
Declaration
IdeSubprocessLauncher*
ide_pipeline_create_launcher (
IdePipeline* self
GError** error
)
Description
This is a convenience function to create a new IdeSubprocessLauncher
using the configuration and runtime associated with the pipeline.
Return value
Type: IdeSubprocessLauncher
An IdeSubprocessLauncher
.
The caller of the method takes ownership of the data, and is responsible for freeing it. |