Method

LspPrepareRenameParamsget_position

Declaration

void
lsp_prepare_rename_params_get_position (
  LspPrepareRenameParams* self,
  LspPosition* result
)

Description

Gets the value of position.

The position at which the symbol to rename is located.

Parameters

result

Type: LspPosition

The value of position.

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