Method

LspRenameParamsset_position

Declaration

void
lsp_rename_params_set_position (
  LspRenameParams* self,
  LspPosition* value
)

Description

Sets the value of position.

The position at which the symbol to rename is located.

Parameters

value

Type: LspPosition

The new value of position.

The data is owned by the caller of the method.