Method

IdeDiagnosticadd_range

Declaration

void
ide_diagnostic_add_range (
  IdeDiagnostic* self,
  IdeRange* range
)

Description

Adds a source range to the diagnostic.

Parameters

range

Type: IdeRange

An IdeRange.

The data is owned by the caller of the method.