Method

LspActionset_title

Declaration

void
lsp_action_set_title (
  LspAction* self,
  const gchar* value
)

Description

Sets the value of title.

Title of the command or action, like save or organize imports.

Parameters

value

Type: const gchar*

The new value of title.

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