Gimp.Image.list_selected_vectors

@accepts(Gimp.Image)
@returns([Gimp.Vectors])
def list_selected_vectors(self):
    # Python wrapper for gimp_image_list_selected_vectors()
  

Returns the list of paths selected in the specified image.

This procedure returns the list of paths selected in the specified image.

Since 3.0

self

The image.

Returns