Method

LspApplyWorkspaceEditResultset_failure_reason

Declaration

void
lsp_apply_workspace_edit_result_set_failure_reason (
  LspApplyWorkspaceEditResult* self,
  const gchar* value
)

Description

Sets the value of failure_reason.

An optional textual description for why the edit was not applied.

Parameters

value

Type: const gchar*

The new value of failure_reason.

The argument can be NULL.
The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.