Method

LspCodeLensget_data

Declaration

GVariant*
lsp_code_lens_get_data (
  LspCodeLens* self
)

Description

Gets the value of data.

A data entry field that is preserved on the code lens item between a code lens and a code lens resolve request.

Return value

Type: GVariant

The value of data.

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