Gimp.message

function message(message: String): Boolean {
    // Gjs wrapper for gimp_message()
}
  

Displays a dialog box with a message.

Displays a dialog box with a message. Useful for status or error reporting. The message must be in UTF-8 encoding.

message

Message to display in the dialog.

Returns

TRUE on success.