Method
IdePipelineattach
Declaration
guint
ide_pipeline_attach (
IdePipeline* self,
IdePipelinePhase phase,
gint priority,
IdePipelineStage* stage
)
Description
Insert stage into the pipeline as part of the phase denoted by phase.
If priority is non-zero, it will be used to sort the stage among other stages that are part of the same phase.
Parameters
phase-
Type:
IdePipelinePhaseAn
IdePipelinePhase. priority-
Type:
gintAn optional priority for sorting within the phase.
stage-
Type:
IdePipelineStageAn
IdePipelineStage.The data is owned by the caller of the method.