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
- length
The size of data
- data
The data to write
@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
The size of data
The data to write