Method

LspApplyWorkspaceEditResultset_failed_change

Declaration

void
lsp_apply_workspace_edit_result_set_failed_change (
  LspApplyWorkspaceEditResult* self,
  guint64* value
)

Description

Sets the value of failed_change.

Depending on the client’s failure handling strategy, the client might return the actual edits it applied, so that the server can reconcile with its state.

Parameters

value

Type: guint64*

The new value of failed_change.

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