Method

LspTextDocumentPositionParamsget_text_document

Declaration

void
lsp_text_document_position_params_get_text_document (
  LspTextDocumentPositionParams* self,
  LspTextDocumentIdentifier* result
)

Description

Gets the value of text_document.

The text document.

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.