Method

IdeDiagnosticadd_range

Declaration

void
ide_diagnostic_add_range (
  IdeDiagnostic* self,
  IdeRange* range
)

Description

Adds a source range to the diagnostic.

Available since:3.32

Parameters

range IdeRange
 

An IdeRange.

 The data is owned by the caller of the function.