Method

LspCodeActionContextset_diagnostics

Declaration

void
lsp_code_action_context_set_diagnostics (
  LspCodeActionContext* self,
  LspDiagnostic** value,
  gint value_length1
)

Description

Sets the value of diagnostics.

Parameters

value

Type: An array of LspDiagnostic*

The new value of diagnostics.

The length of the array is specified in the value_length1 argument.
The data is owned by the caller of the method.
value_length1

Type: gint

No description available.