Method

LspDocumentLinkOptionsset_supports_resolve

Declaration

void
lsp_document_link_options_set_supports_resolve (
  LspDocumentLinkOptions* self,
  gboolean value
)

Description

Sets the value of supports_resolve.

Document links have a resolve provider as well.

Parameters

self

Type: LspDocumentLinkOptions

No description available.

The argument can be NULL.
value

Type: gboolean

The new value of supports_resolve.