Method

IdeConfigget_toolchain

since: 3.32

Declaration

IdeToolchain*
ide_config_get_toolchain (
  IdeConfig* self
)

Description

Gets the toolchain for the configuration.

Available since: 3.32

Gets propertyIde.Config:toolchain

Return value

Type: IdeToolchain

An IdeToolchain.

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