Method

LspCodeActionset_edit

Declaration

void
lsp_code_action_set_edit (
  LspCodeAction* self,
  LspWorkspaceEdit* value
)

Description

Sets the value of edit.

The workspace edit this code action performs.

Parameters

value

Type: LspWorkspaceEdit

The new value of edit.

The argument can be NULL.
The data is owned by the caller of the method.