Gimp.Config.reset

@accepts(Gimp.Config)
@returns(none)
def reset(self):
    # Python wrapper for gimp_config_reset()
  

Resets the object to its default state. The default implementation of the Gimp.ConfigInterface only works for objects that are completely defined by their properties.

Since 2.4

self

a GObject.Object that implements the Gimp.ConfigInterface.