Gimp.Config.prototype.duplicate

function duplicate(): void {
    // Gjs wrapper for gimp_config_duplicate()
}
  

Creates a copy of the passed object by copying all object properties. The default implementation of the Gimp.ConfigInterface only works for objects that are completely defined by their properties.

Since 2.4

Returns

the duplicated Gimp.Config object