Method

LspServerCapsget_document_link

Declaration

void
lsp_server_caps_get_document_link (
  LspServerCaps* self,
  LspDocumentLinkOptions* result
)

Description

Gets the value of document_link.

The server provides document links.

Parameters

result

Type: LspDocumentLinkOptions

The value of document_link.

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