Gimp.Parasite.prototype.copy
function copy(): Gimp.Parasite {
// Gjs wrapper for gimp_parasite_copy()
}
Create a new parasite with all the same values.
- Returns
a newly allocated Gimp.Parasite with same contents.
function copy(): Gimp.Parasite {
// Gjs wrapper for gimp_parasite_copy()
}
Create a new parasite with all the same values.
a newly allocated Gimp.Parasite with same contents.