Method

IdeDiagnosticget_location

since: 3.32

Declaration

IdeLocation*
ide_diagnostic_get_location (
  IdeDiagnostic* self
)

Description

Gets the location of the diagnostic.

See also: ide_diagnostic_get_range().

Available since: 3.32

Return value

Type: IdeLocation

An IdeLocation or NULL.

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