Method

IdeRunCommandset_kind

Declaration

void
ide_run_command_set_kind (
  IdeRunCommand* self,
  IdeRunCommandKind kind
)

Description

Sets the kind of command.

This is useful for IdeRunCommandProvider that want to specify the type of command that is being provided. Doing so allows tooling in Builder to treat that information specially, such as showing tags next to the row in UI or including it in “Unit Test” browsers.

Sets propertyIde.RunCommand:kind

Parameters

kind

Type: IdeRunCommandKind

No description available.