Method

IdeBuildManagerget_pipeline

Declaration

IdePipeline*
ide_build_manager_get_pipeline (
  IdeBuildManager* self
)

Description

This function gets the current build pipeline. The pipeline will be reloaded as build configurations change.

Return value

Type: IdePipeline

An IdePipeline.

The data is owned by the instance.
The return value can be NULL.