Method

LspClientCapsset_text_document

Declaration

void
lsp_client_caps_set_text_document (
  LspClientCaps* self,
  LspTextDocumentClientCaps* value
)

Description

Sets the value of text_document.

Text document-specific client capabilities.

Parameters

value

Type: LspTextDocumentClientCaps

The new value of text_document.

The argument can be NULL.
The data is owned by the caller of the method.