Method

SysprofDocumentLoaderdup_message

Declaration [src]

char*
sysprof_document_loader_dup_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: char*

A string or NULL.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.