Class

LspInlayHintParams

Description

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

The parameters of a textDocument/inlayHint request.

Since: 3.17.0.

Constructors

lsp_inlay_hint_params_new
No description available.

lsp_inlay_hint_params_new_from_variant
No description available.

Instance methods

lsp_inlay_hint_params_get_text_document

Gets the value of text_document.

lsp_inlay_hint_params_set_text_document

Sets the value of text_document.

lsp_inlay_hint_params_get_range

Gets the value of range.

lsp_inlay_hint_params_set_range

Sets the value of range.

lsp_inlay_hint_params_to_variant
No description available.

Class structure

struct LspInlayHintParamsClass {
  /* no available fields */
}

No description available.