Method

LspDiagnosticget_message

Declaration

const gchar*
lsp_diagnostic_get_message (
  LspDiagnostic* self
)

Description

Gets the value of message.

The diagnostic’s message.

Return value

Type: const gchar*

The value of message.

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