Class

LspRenameFile

Description

class Lsp.RenameFile : Lsp.ResourceOperation
{
  /* No available fields */
}

Rename file operation.

Hierarchy

hierarchy this LspRenameFile ancestor_0 LspResourceOperation ancestor_0--this

Constructors

lsp_rename_file_new
No description available.

lsp_rename_file_new_with_options
No description available.

lsp_rename_file_new_from_variant
No description available.

Instance methods

lsp_rename_file_get_old_uri

Gets the value of old_uri.

lsp_rename_file_set_old_uri

Sets the value of old_uri.

lsp_rename_file_get_new_uri

Gets the value of new_uri.

lsp_rename_file_set_new_uri

Sets the value of new_uri.

lsp_rename_file_get_options

Gets the value of options.

lsp_rename_file_set_options

Sets the value of options.

lsp_rename_file_get_annotation_id

Gets the value of annotation_id.

lsp_rename_file_set_annotation_id

Sets the value of annotation_id.

Methods inherited from LspResourceOperation (2)
lsp_resource_operation_get_kind

Gets the value of kind.

lsp_resource_operation_to_variant
No description available.

Class structure

struct LspRenameFileClass {
  /* no available fields */
}

No description available.