Gimp.Path.prototype.remove_stroke

function remove_stroke(stroke_id: Number(gint)): Boolean {
    // Gjs wrapper for gimp_path_remove_stroke()
}
  

remove the stroke from a path object.

Remove the stroke from a path object.

Since 2.4

stroke_id

The stroke ID.

Returns

TRUE on success.