Gimp.Config.serialize

@accepts(Gimp.Config, Gimp.ConfigWriter, gpointer)
@returns(bool)
def serialize(self, writer, data):
    # Python wrapper for gimp_config_serialize()
  

Serialize the Gimp.Config object.

Since 2.8

self

an object that implements the Gimp.ConfigInterface.

writer

the Gimp.ConfigWriter to use.

data

client data

Returns