Method

IdeLogItemget_message

since: 44

Declaration

const char*
ide_log_item_get_message (
  IdeLogItem* self
)

Description

Gets the log message.

Available since: 44

Gets propertyIde.LogItem:message

Return value

Type: const char*

A string containing the log message.

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