Method

LspTextDocumentPositionParamsget_position

Declaration

void
lsp_text_document_position_params_get_position (
  LspTextDocumentPositionParams* self,
  LspPosition* result
)

Description

Gets the value of position.

The position inside the text document.

Parameters

result

Type: LspPosition

The value of position.

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