Method

LspWorkspaceClientCapsget_workspace_edit

Declaration

void
lsp_workspace_client_caps_get_workspace_edit (
  LspWorkspaceClientCaps* self,
  LspWorkspaceEditClientCaps* result
)

Description

Gets 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.
result

Type: LspWorkspaceEditClientCaps

The value of workspace_edit.

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