Method

LspInlayHintget_data

Declaration

GVariant*
lsp_inlay_hint_get_data (
  LspInlayHint* self
)

Description

Gets the value of data.

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

Return value

Type: GVariant

The value of data.

The returned data is owned by the instance.
The return value can be NULL.