Struct

LspDocumentLinkOptions

Description

struct LspDocumentLinkOptions {
  gboolean _supported;
  gboolean _supports_resolve;
}

No description available.

Structure members
_supported: gboolean

Whether the capability object is present.

_supports_resolve: gboolean

Document links have a resolve provider as well.

Instance methods

lsp_document_link_options_init
No description available.

lsp_document_link_options_to_variant
No description available.

lsp_document_link_options_get_supported

Gets the value of supported.

lsp_document_link_options_get_supports_resolve

Gets the value of supports_resolve.

lsp_document_link_options_set_supports_resolve

Sets the value of supports_resolve.