Method

LspClientCapsget_workspace

Declaration

void
lsp_client_caps_get_workspace (
  LspClientCaps* self,
  LspWorkspaceClientCaps* result
)

Description

Gets the value of workspace.

Workspace-specific client capabilities.

Parameters

result

Type: LspWorkspaceClientCaps

The value of workspace.

The argument will be set by the function.
The returned data is owned by the instance.