Function

LspHovernew

Declaration

LspHover*
lsp_hover_new (
  LspMarkupContent* contents,
  LspRange* range
)

Description

No description available.

Parameters

contents

Type: LspMarkupContent

No description available.

The data is owned by the caller of the function.
range

Type: LspRange

No description available.

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

Return value

Type: LspHover

No description available.

The caller of the function takes ownership of the data, and is responsible for freeing it.