Method

LspCodeLensset_command

Declaration

void
lsp_code_lens_set_command (
  LspCodeLens* self,
  LspCommand* value
)

Description

Sets the value of command.

The command this code lens represents.

Parameters

value

Type: LspCommand

The new value of command.

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