Class

LspRenameParams

Description

class Lsp.RenameParams : GObject.TypeInstance
{
  volatile int ref_count
}

The parameters of a textDocument/rename request.

Constructors

lsp_rename_params_new
No description available.

lsp_rename_params_new_from_variant
No description available.

Instance methods

lsp_rename_params_get_text_document

Gets the value of text_document.

lsp_rename_params_set_text_document

Sets the value of text_document.

lsp_rename_params_get_position

Gets the value of position.

lsp_rename_params_set_position

Sets the value of position.

lsp_rename_params_get_new_name

Gets the value of new_name.

lsp_rename_params_set_new_name

Sets the value of new_name.

lsp_rename_params_to_variant
No description available.

Class structure

struct LspRenameParamsClass {
  /* no available fields */
}

No description available.