Function

LspCodeLensnew

Declaration

LspCodeLens*
lsp_code_lens_new (
  LspRange* range,
  LspCommand* command,
  GVariant* data
)

Description

No description available.

Parameters

range

Type: LspRange

No description available.

The data is owned by the caller of the function.
command

Type: LspCommand

No description available.

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

Type: GVariant

No description available.

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

Return value

Type: LspCodeLens

No description available.

The caller of the function takes ownership of the data, and is responsible for freeing it.