Gimp.ConfigWriter.prototype.comment
function comment(comment: String): void {
// Gjs wrapper for gimp_config_writer_comment()
}
Appends the comment to @str and inserts linebreaks and hash-marks to format it as a comment. Note that this function does not handle non-ASCII characters.
Since 2.4
- comment
the comment to write (ASCII only)