Function
LspInlayHintwith_label_parts
Declaration
LspInlayHint*
lsp_inlay_hint_new_with_label_parts (
LspPosition* position,
LspInlayHintLabelPart** label_parts,
gint label_parts_length1,
LspInlayHintKind kind
)
Parameters
position-
Type:
LspPositionNo description available.
The data is owned by the caller of the function. label_parts-
Type: An array of
LspInlayHintLabelPart*No description available.
The length of the array is specified in the label_parts_length1argument.The data is owned by the caller of the function. label_parts_length1-
Type:
gintNo description available.
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. |