Class

LspCreateFile

Description

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

Create file operation.

Hierarchy

hierarchy this LspCreateFile ancestor_0 LspResourceOperation ancestor_0--this

Constructors

lsp_create_file_new
No description available.

lsp_create_file_new_with_options
No description available.

lsp_create_file_new_from_variant
No description available.

Instance methods

lsp_create_file_get_uri

Gets the value of uri.

lsp_create_file_set_uri

Sets the value of uri.

lsp_create_file_get_options

Gets the value of options.

lsp_create_file_set_options

Sets the value of options.

lsp_create_file_get_annotation_id

Gets the value of annotation_id.

lsp_create_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 LspCreateFileClass {
  /* no available fields */
}

No description available.