Gimp.Image.prototype.get_vectors

function get_vectors(): [return_value: Array(Gimp.Vectors), num_vectors: Number(gint)] {
    // Gjs wrapper for gimp_image_get_vectors()
}
  

Returns the list of vectors contained in the specified image.

This procedure returns the list of vectors contained in the specified image.

Since 2.4

return_value

The list of vectors contained in the image. The returned value must be freed with g_free().

num_vectors

The number of vectors contained in the image.