Function
LspInlayHintnew
Declaration
LspInlayHint*
lsp_inlay_hint_new (
LspPosition* position,
const gchar* label,
LspInlayHintKind kind
)
Parameters
position-
Type:
LspPositionNo 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:
LspInlayHintKindNo 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. |