Method

LspMessageActionItemget_title

Declaration

const gchar*
lsp_message_action_item_get_title (
  LspMessageActionItem* self
)

Description

Gets the value of title.

A short title like ‘Retry’, ‘Open Log’, etc.

Parameters

self

Type: LspMessageActionItem

No description available.

The argument can be NULL.

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.