Method

LspClientCapsset_workspace

Declaration

void
lsp_client_caps_set_workspace (
  LspClientCaps* self,
  LspWorkspaceClientCaps* value
)

Description

Sets the value of workspace.

Workspace-specific client capabilities.

Parameters

value

Type: LspWorkspaceClientCaps

The new value of workspace.

The data is owned by the caller of the method.