Method

LspInlayHintset_label_parts

Declaration

void
lsp_inlay_hint_set_label_parts (
  LspInlayHint* self,
  LspInlayHintLabelPart** value,
  gint value_length1
)

Description

Sets the value of label_parts.

Parameters

value

Type: An array of LspInlayHintLabelPart*

The new value of label_parts.

The argument can be NULL.
The length of the array is specified in the value_length1 argument.
The data is owned by the caller of the method.
value_length1

Type: gint

No description available.