Method

LspHoverget_contents

Declaration

LspMarkupContent*
lsp_hover_get_contents (
  LspHover* self
)

Description

Gets the value of contents.

The hover’s contents as a markup content.

Use a plain text MarkupContent for simple strings.

Return value

Type: LspMarkupContent

The value of contents.

The returned data is owned by the instance.