Constructor

LspApplyWorkspaceEditResultnew

Declaration

LspApplyWorkspaceEditResult*
lsp_apply_workspace_edit_result_new (
  gboolean applied,
  const gchar* failure_reason
)

Description

No description available.

Parameters

applied

Type: gboolean

No description available.

failure_reason

Type: const gchar*

No description available.

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

Return value

Type: LspApplyWorkspaceEditResult

No description available.

The caller of the function takes ownership of the data, and is responsible for freeing it.