Gimp.Image.prototype.get_paths
function get_paths(): Array(Gimp.Path) {
// Gjs wrapper for gimp_image_get_paths()
}
Returns the list of paths contained in the specified image.
This procedure returns the list of paths contained in the specified image.
Since 2.4
- Returns
The list of paths contained in the image. The returned value must be freed with g_free().