Constructor
IdePipelineStageLaunchernew
Declaration
IdePipelineStage*
ide_pipeline_stage_launcher_new (
IdeContext* context,
IdeSubprocessLauncher* launcher
)
Parameters
context
-
Type:
IdeContext
An
IdeContext
.The data is owned by the caller of the function. launcher
-
Type:
IdeSubprocessLauncher
An
IdeSubprocessLauncher
orNULL
.The argument can be NULL
.The data is owned by the caller of the function.
Return value
Type: IdePipelineStage
An IdePipelineStageLauncher
.
The caller of the function takes ownership of the data, and is responsible for freeing it. |