Method

LspDiagnosticRelatedInformationset_message

Declaration

void
lsp_diagnostic_related_information_set_message (
  LspDiagnosticRelatedInformation* self,
  const gchar* value
)

Description

Sets the value of message.

The message of this related diagnostic information.

Parameters

value

Type: const gchar*

The new value of message.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.