Struct

LspHover

Description

struct LspHover {
  /* No available fields */
}

The result of a hover request.

Constructors

lsp_hover_new
No description available.

lsp_hover_new_from_variant
No description available.

Instance methods

lsp_hover_ref
No description available.

lsp_hover_unref
No description available.

lsp_hover_get_contents

Gets the value of contents.

lsp_hover_set_contents

Sets the value of contents.

lsp_hover_get_range

Gets the value of range.

lsp_hover_set_range

Sets the value of range.

lsp_hover_to_variant
No description available.