Method

IdeBuildManagerref_pipeline

Declaration

IdePipeline*
ide_build_manager_ref_pipeline (
  IdeBuildManager* self
)

Description

A thread-safe variant of ide_build_manager_get_pipeline().

Return value

Type: IdePipeline

An IdePipeline or NULL.

The caller of the method takes ownership of the data, and is responsible for freeing it.
The return value can be NULL.