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