Method

LspCommandset_command

Declaration

void
lsp_command_set_command (
  LspCommand* self,
  const gchar* value
)

Description

Sets the value of command.

The identifier of the actual command handler.

Parameters

value

Type: const gchar*

The new value of command.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.