Method

LspTextDocumentClientCapsset_completion

Declaration

void
lsp_text_document_client_caps_set_completion (
  LspTextDocumentClientCaps* self,
  LspCompletionClientCaps* value
)

Description

Sets the value of completion.

Parameters

value

Type: LspCompletionClientCaps

The new value of completion.

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