Method

LspCodeActionContextset_only

Declaration

void
lsp_code_action_context_set_only (
  LspCodeActionContext* self,
  LspCodeActionKind* value,
  gint value_length1
)

Description

Sets the value of only.

Parameters

value

Type: An array of LspCodeActionKind

The new value of only.

The argument can be NULL.
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.