Gimp.ConfigWriter.prototype.print

function print(string: String, len: Number(gint)): void {
    // Gjs wrapper for gimp_config_writer_print()
}
  

Appends a space followed by string to the writer. Note that string must not contain any special characters that might need to be escaped.

Since 2.4

string

a string to write

len

number of bytes from string or -1 if string is NUL-terminated.