Function

LspInlayHintnew

Declaration

LspInlayHint*
lsp_inlay_hint_new (
  LspPosition* position,
  const gchar* label,
  LspInlayHintKind kind
)

Description

No description available.

Parameters

position

Type: LspPosition

No description available.

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

Type: const gchar*

No description available.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
kind

Type: LspInlayHintKind

No description available.

Return value

Type: LspInlayHint

No description available.

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