Method

LspInlayHintLabelPartset_command

Declaration

void
lsp_inlay_hint_label_part_set_command (
  LspInlayHintLabelPart* self,
  LspCommand* value
)

Description

Sets the value of command.

An optional command for this label part.

Parameters

value

Type: LspCommand

The new value of command.

The argument can be NULL.
The data is owned by the caller of the method.