Method

IdeToolchainProvideremit_removed

since: 3.32

Declaration

void
ide_toolchain_provider_emit_removed (
  IdeToolchainProvider* self,
  IdeToolchain* toolchain
)

Description

IdeToolchainProvider implementations should call this function with a toolchain when the toolchain was removed.

Available since: 3.32

Parameters

toolchain

Type: IdeToolchain

An IdeToolchain.

The data is owned by the caller of the function.