Method

AgsLogget_messages

since: 3.0.0

Declaration [src]

GList*
ags_log_get_messages (
  AgsLog* log
)

Description [src]

Get log messages as GList-struct containing strings.

Available since: 3.0.0

Return value

Type: A list of utf8

The GList-struct containing log messages.

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