Gimp.Path.prototype.copy

function copy(): Gimp.Path {
    // Gjs wrapper for gimp_path_copy()
}
  

Copy a path object.

This procedure copies the specified path object and returns the copy.

Since 2.6

Returns

The newly copied path object.