Gimp.ConfigInterface.reset_properties
@accepts(GObject.Object)
@returns(none)
def reset_properties(object):
# Python wrapper for gimp_config_reset_properties()
Resets all writable properties of object to the default values as defined in their GObject.ParamSpec. Properties marked as "construct-only" are not touched.
If you want to reset a Gimp.Config object, please use Gimp.Config.reset.
Since 2.4
- object