Gimp.Image.get_vectors_by_name

@accepts(Gimp.Image, unicode)
@returns(Gimp.Vectors)
def get_vectors_by_name(self, name):
    # Python 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

self

The image.

name

The name of the vectors to find.

Returns