Method

LspMessageActionItemset_title

Declaration

void
lsp_message_action_item_set_title (
  LspMessageActionItem* self,
  const gchar* value
)

Description

Sets the value of title.

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

Parameters

self

Type: LspMessageActionItem

No description available.

The argument can be NULL.
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.