Method

LspCodeActionget_diagnostics

Declaration

LspDiagnostic**
lsp_code_action_get_diagnostics (
  LspCodeAction* self,
  gint* result_length1
)

Description

Gets the value of diagnostics.

Parameters

result_length1

Type: gint*

No description available.

The argument will be set by the function.

Return value

Type: An array of LspDiagnostic*

The value of diagnostics.

The length of the array is in the result_length1 argument.
The returned data is owned by the instance.
The return value can be NULL.