Method

LspInlayHintLabelPartset_location

Declaration

void
lsp_inlay_hint_label_part_set_location (
  LspInlayHintLabelPart* self,
  LspLocation* value
)

Description

Sets the value of location.

An optional location for this label part.

Parameters

value

Type: LspLocation

The new value of location.

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