Method

SysprofDocumentLoaderget_message

Declaration [src]

const char*
sysprof_document_loader_get_message (
  SysprofDocumentLoader* self
)

Description [src]

Gets a text message representing what is happenin with loading.

This only updates between calls of sysprof_document_loader_load_async() and sysprof_document_loader_load_finish().

Return value

Type: const char*

NULL.

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