Method

IdeDiagnosticget_range

Declaration

IdeRange*
ide_diagnostic_get_range (
  IdeDiagnostic* self,
  guint index
)

Description

Retrieves the range found at index. It is a programming error to call this function with a value greater or equal to ide_diagnostic_get_n_ranges().

Parameters

index

Type: guint

No description available.

Return value

Type: IdeRange

An IdeRange.

The data is owned by the instance.
The return value can be NULL.