Gimp.ConfigWriter.data

@accepts(Gimp.ConfigWriter, int, [guint8])
@returns(none)
def data(self, length, data):
    # Python wrapper for gimp_config_writer_data()
  

Writes data to self.

Since 2.4

self

a Gimp.ConfigWriter

length

The size of data

data

The data to write