Class

LspApplyWorkspaceEditResult

Description

class Lsp.ApplyWorkspaceEditResult : GObject.TypeInstance
{
  volatile int ref_count
}

The result returned from the workspace/applyEdit request.

Constructors

Instance methods

lsp_apply_workspace_edit_result_get_applied

Gets the value of applied.

lsp_apply_workspace_edit_result_set_applied

Sets the value of applied.

lsp_apply_workspace_edit_result_get_failure_reason

Gets the value of failure_reason.

lsp_apply_workspace_edit_result_set_failure_reason

Sets the value of failure_reason.

lsp_apply_workspace_edit_result_get_failed_change

Gets the value of failed_change.

lsp_apply_workspace_edit_result_set_failed_change

Sets the value of failed_change.

lsp_apply_workspace_edit_result_to_variant
No description available.

Class structure

struct LspApplyWorkspaceEditResultClass {
  /* no available fields */
}

No description available.