| Top |
| #define | IDE_TYPE_SIMPLE_TOOLCHAIN |
| struct | IdeSimpleToolchainClass |
| IdeSimpleToolchain |
IdeSimpleToolchain * ide_simple_toolchain_new (const gchar *id,const gchar *display_name);
void ide_simple_toolchain_set_tool_for_language (IdeSimpleToolchain *self,const gchar *language,const gchar *tool_id,const gchar *tool_path);
Gets the path of the compiler executable
self |
||
tool_id |
the identifier of the tool like |
|
language |
the language of the tool like |
|
tool_path |
The path of |
Since: 3.32