Gimp.Image.prototype.list_selected_vectors
function list_selected_vectors(): Array(Gimp.Vectors) {
// Gjs 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
- Returns
The list of selected paths in the image. The returned list must be freed with g_list_free(). Path elements belong to libgimp and must not be freed.