Method

LspHoverget_range

Declaration

LspRange*
lsp_hover_get_range (
  LspHover* self
)

Description

Gets 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.

Return value

Type: LspRange

The value of range.

The returned data is owned by the instance.
The return value can be NULL.