Method

IdeBuildSystemsupports_language

Declaration

gboolean
ide_build_system_supports_language (
  IdeBuildSystem* self,
  const char* language
)

Description

Returns TRUE if self in it’s current configuration is known to support language.

Parameters

language

Type: const char*

The language identifier.

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

Return value

Type: gboolean

TRUE if language is supported, otherwise FALSE.