Gimp.Image.prototype.list_vectors
function list_vectors(): Array(Gimp.Vectors) {
// Gjs wrapper for gimp_image_list_vectors()
}
Returns the list of vectors contained in the specified image.
This procedure returns the list of vectors contained in the specified image.
Since 3.0
- Returns
The list of vectors contained in the image. The returned value must be freed with g_list_free(). Vectors elements belong to libgimp and must not be freed.