Class

LspCodeLensParams

Description

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

The parameters of a textDocument/codeLens request.

Constructors

lsp_code_lens_params_new
No description available.

lsp_code_lens_params_new_from_variant
No description available.

Instance methods

lsp_code_lens_params_get_text_document

Gets the value of text_document.

lsp_code_lens_params_set_text_document

Sets the value of text_document.

lsp_code_lens_params_to_variant
No description available.

Class structure

struct LspCodeLensParamsClass {
  /* no available fields */
}

No description available.