Class

LspDocumentFormattingParams

Description

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

The parameters of a textDocument/formatting request.

Constructors

lsp_document_formatting_params_new
No description available.

Instance methods

lsp_document_formatting_params_get_text_document

Gets the value of text_document.

lsp_document_formatting_params_set_text_document

Sets the value of text_document.

lsp_document_formatting_params_get_options

Gets the value of options.

lsp_document_formatting_params_set_options

Sets the value of options.

lsp_document_formatting_params_to_variant
No description available.

Class structure

struct LspDocumentFormattingParamsClass {
  /* no available fields */
}

No description available.