Method

LspWorkspaceClientCapsset_workspace_edit

Declaration

void
lsp_workspace_client_caps_set_workspace_edit (
  LspWorkspaceClientCaps* self,
  LspWorkspaceEditClientCaps* value
)

Description

Sets the value of workspace_edit.

Capabilities specific to WorkspaceEdits.

Since:

3.13.0.

Parameters

self

Type: LspWorkspaceClientCaps

No description available.

The argument can be NULL.
value

Type: LspWorkspaceEditClientCaps

The new value of workspace_edit.

The data is owned by the caller of the method.