Method

LspActionget_title

Declaration

const gchar*
lsp_action_get_title (
  LspAction* self
)

Description

Gets the value of title.

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

Return value

Type: const gchar*

The value of title.

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