Method

IdeConfigset_toolchain

Declaration

void
ide_config_set_toolchain (
  IdeConfig* self,
  IdeToolchain* toolchain
)

Description

Sets the toolchain for the configuration.

Sets propertyIde.Config:toolchain

Parameters

toolchain

Type: IdeToolchain

An IdeToolchain or NULL to use the default one.

The argument can be NULL.
The data is owned by the caller of the method.