Method

LspHoverset_contents

Declaration

void
lsp_hover_set_contents (
  LspHover* self,
  LspMarkupContent* value
)

Description

Sets the value of contents.

The hover’s contents as a markup content.

Use a plain text MarkupContent for simple strings.

Parameters

value

Type: LspMarkupContent

The new value of contents.

The data is owned by the caller of the method.