Method
IdeToolchainManagerget_toolchain
Declaration
IdeToolchain*
ide_toolchain_manager_get_toolchain (
IdeToolchainManager* self,
const gchar* id
)
Parameters
id |
const gchar* |
The identifier of the toolchain. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. |
Return value
Returns: | IdeToolchain |
An |
|
The caller of the method takes ownership of the data, and is responsible for freeing it. |