Method

LspCodeLensParamsget_text_document

Declaration

void
lsp_code_lens_params_get_text_document (
  LspCodeLensParams* self,
  LspTextDocumentIdentifier* result
)

Description

Gets the value of text_document.

The document to request code lens for.

Parameters

result

Type: LspTextDocumentIdentifier

The value of text_document.

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