Virtual Method

IdeBuildSystemsupports_toolchain

Declaration

gboolean
supports_toolchain (
  IdeBuildSystem* self,
  IdeToolchain* toolchain
)

Description

Checks whether the build system supports the given toolchain.

Parameters

toolchain

Type: IdeToolchain

A IdeToolchain.

The data is owned by the caller of the function.

Return value

Type: gboolean

TRUE if the toolchain is supported by the build system, FALSE otherwise.