Method

IdeRunnerset_build_target

since: 3.32

Declaration

void
ide_runner_set_build_target (
  IdeRunner* self,
  IdeBuildTarget* build_target
)

Description

Sets the build target associated with this runner.

Available since: 3.32

Parameters

build_target

Type: IdeBuildTarget

The build target, or NULL.

The argument can be NULL.
The data is owned by the caller of the function.