Virtual Method

IdeBuildTargetget_priority

Declaration

gint
get_priority (
  IdeBuildTarget* self
)

Description

Gets the priority of the build target. This is used to sort build targets by their importance. The lowest value (negative values are allowed) will be run as the default run target by Builder.

Return value

Type: gint

The priority of the build target.