Method

IdeConfigset_toolchain_id

Declaration

void
ide_config_set_toolchain_id (
  IdeConfig* self,
  const gchar* toolchain_id
)

Description

Sets the toolchain id for the configuration.

Parameters

toolchain_id

Type: const gchar*

The id of an IdeToolchain.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.