Method

LspWorkspaceEditadd_document_change

Declaration

void
lsp_workspace_edit_add_document_change (
  LspWorkspaceEdit* self,
  LspResourceOperation* change
)

Description

Appends a typed document or resource change.

Parameters

change

Type: LspResourceOperation

No description available.

The data is owned by the caller of the method.