Method

LspHoverset_range

Declaration

void
lsp_hover_set_range (
  LspHover* self,
  LspRange* value
)

Description

Sets the value of range.

An optional range that is a range inside the document that is used to visualize the hover, e.g. by changing the background color.

Parameters

value

Type: LspRange

The new value of range.

The argument can be NULL.
The data is owned by the caller of the method.