Method
IdeSimpleToolchainset_tool_for_language
Declaration
void
ide_simple_toolchain_set_tool_for_language (
IdeSimpleToolchain* self,
const gchar* language,
const gchar* tool_id,
const gchar* tool_path
)
Parameters
language |
const gchar* |
The language of the tool like |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
tool_id |
const gchar* |
The identifier of the tool like |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
tool_path |
const gchar* |
The path of. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. |