Method

LspDiagnosticget_source

Declaration

const gchar*
lsp_diagnostic_get_source (
  LspDiagnostic* self
)

Description

Gets the value of source.

A human-readable string describing the source of this diagnostic, e.g. ‘vala’ or ‘vala lint’.

Return value

Type: const gchar*

The value of source.

The returned data is owned by the instance.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.