Method

LspCodeActionget_data

Declaration

GVariant*
lsp_code_action_get_data (
  LspCodeAction* self
)

Description

Gets the value of data.

A data entry field that is preserved on a code action between a textDocument/codeAction and a codeAction/resolve request.

Since:

3.16.0.

Return value

Type: GVariant

The value of data.

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