Method

LspInlayHintset_data

Declaration

void
lsp_inlay_hint_set_data (
  LspInlayHint* self,
  GVariant* value
)

Description

Sets the value of data.

A data entry field that is preserved between an inlay hint and an inlay hint resolve request.

Parameters

value

Type: GVariant

The new value of data.

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