Gimp.Image.set_active_vectors

@accepts(Gimp.Image, Gimp.Vectors)
@returns(bool)
def set_active_vectors(self, active_vectors):
    # Python wrapper for gimp_image_set_active_vectors()
  

Sets the specified image's active vectors.

If the path exists, it is set as the active path in the image.

self

The image.

active_vectors

The new image active vectors.

Returns