Method

LspInlayHintLabelPartset_value

Declaration

void
lsp_inlay_hint_label_part_set_value (
  LspInlayHintLabelPart* self,
  const gchar* value
)

Description

Sets the value of value.

The value of this label part.

Parameters

value

Type: const gchar*

The new value of value.

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