Method

IdeToolchainset_id

Declaration

void
ide_toolchain_set_id (
  IdeToolchain* self,
  const gchar* id
)

Description

Sets the internal identifier of the toolchain.

Available since:3.32

Parameters

id const gchar*
 

The unique identifier.

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