Method

LspInlayHintset_label

Declaration

void
lsp_inlay_hint_set_label (
  LspInlayHint* self,
  const gchar* value
)

Description

Sets the value of label.

Parameters

value

Type: const gchar*

The new value of label.

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