Method

LspDiagnosticset_message

Declaration

void
lsp_diagnostic_set_message (
  LspDiagnostic* self,
  const gchar* value
)

Description

Sets the value of message.

The diagnostic’s message.

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.