Method

IdeToolchainget_tools_for_id

Declaration

GHashTable*
ide_toolchain_get_tools_for_id (
  IdeToolchain* self,
  const gchar* tool_id
)

Description

Gets the list of all the paths to the specified tool id.

Parameters

tool_id

Type: const gchar*

The identifier of the tool like IDE_TOOLCHAIN_TOOL_CC.

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

Return value

Type: GHashTable

A table of language names and paths.

The caller of the method takes ownership of the data, and is responsible for freeing it.