Function

LspDiagnosticnew

Declaration

LspDiagnostic*
lsp_diagnostic_new (
  const gchar* message,
  LspRange* range
)

Description

No description available.

Parameters

message

Type: const gchar*

No description available.

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

Type: LspRange

No description available.

The data is owned by the caller of the function.

Return value

Type: LspDiagnostic

No description available.

The caller of the function takes ownership of the data, and is responsible for freeing it.