Method

IdePipelinerequest_phase

Declaration

gboolean
ide_pipeline_request_phase (
  IdePipeline* self,
  IdePipelinePhase phase
)

Description

Requests that the next execution of the pipeline will build up to phase including all stages that were previously invalidated.

Parameters

phase

Type: IdePipelinePhase

An IdePipelinePhase.

Return value

Type: gboolean

TRUE if a stage is known to require execution.