Method

LspTextDocumentPositionParamsset_position

Declaration

void
lsp_text_document_position_params_set_position (
  LspTextDocumentPositionParams* self,
  LspPosition* value
)

Description

Sets the value of position.

The position inside the text document.

Parameters

value

Type: LspPosition

The new value of position.

The data is owned by the caller of the method.