Gimp.ConfigInterface.reset_properties
function reset_properties(object: GObject.Object): void {
// Gjs 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.prototype.reset.
Since 2.4
- object