Method

IdePipelinedup_arch

since: 44

Declaration

char*
ide_pipeline_dup_arch (
  IdePipeline* self
)

Description

Gets the name of the arch.

Available since: 44

Return value

Type: char*

A new string containing the arch.

The caller of the method takes ownership of the data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.