Method

LspCommandget_command

Declaration

const gchar*
lsp_command_get_command (
  LspCommand* self
)

Description

Gets the value of command.

The identifier of the actual command handler.

Return value

Type: const gchar*

The value of command.

The returned data is owned by the instance.
The value is a NUL terminated UTF-8 string.