Method
IdePipelineget_message
[−]
Description
Gets the current message for the build pipeline. This can be shown to users in UI elements to signify progress in the build.
Gets property | Ide.Pipeline:message |
[−]
Return value
Type: gchar*
A string representing the
current stage of the build, or NULL
.
The caller of the method takes ownership of the data, and is responsible for freeing it. |
The return value can be NULL . |
The value is a NUL terminated UTF-8 string. |