Gimp.ConfigWriter.string

@accepts(Gimp.ConfigWriter, unicode)
@returns(none)
def string(self, string):
    # Python wrapper for gimp_config_writer_string()
  

Writes a string value to self. The string is quoted and special characters are escaped.

Since 2.4

self

a Gimp.ConfigWriter

string

a NUL-terminated string