Constructor
IdePipelineStageCommandnew
Declaration
IdePipelineStage*
ide_pipeline_stage_command_new (
IdeRunCommand* build_command,
IdeRunCommand* clean_command
)
Parameters
build_command
-
Type:
IdeRunCommand
No description available.
The data is owned by the caller of the function. clean_command
-
Type:
IdeRunCommand
No description available.
The data is owned by the caller of the function.
Return value
Type: IdePipelineStage
No description available.
The caller of the function takes ownership of the data, and is responsible for freeing it. |