Method

LspCompletionItemget_data

Declaration

GVariant*
lsp_completion_item_get_data (
  LspCompletionItem* self
)

Description

Gets the value of data.

A data entry field that is preserved on a completion item between a completion and a completion resolve request.

Return value

Type: GVariant

The value of data.

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