Method

LspApplyWorkspaceEditResultget_failed_change

Declaration

guint64*
lsp_apply_workspace_edit_result_get_failed_change (
  LspApplyWorkspaceEditResult* self
)

Description

Gets 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.

Return value

Type: guint64*

The value of failed_change.

The returned data is owned by the instance.
The return value can be NULL.