Method

IdeBuildManagerget_message

Declaration

gchar*
ide_build_manager_get_message (
  IdeBuildManager* self
)

Description

This function returns the current build message as a string.

See IdeBuildManager:message for more information.

Return value

Type: gchar*

A string containing the build message or NULL.

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