Gimp.Image.prototype.get_vectors_by_name

function get_vectors_by_name(name: String): Gimp.Vectors {
    // Gjs wrapper for gimp_image_get_vectors_by_name()
}
  

Find a vectors with a given name in an image.

This procedure returns the vectors with the given name in the specified image.

Since 2.8

name

The name of the vectors to find.

Returns

The vectors with the specified name.