Method

LspDiagnosticRelatedInformationget_message

Declaration

const gchar*
lsp_diagnostic_related_information_get_message (
  LspDiagnosticRelatedInformation* self
)

Description

Gets the value of message.

The message of this related diagnostic information.

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.