gimp_path_get_tattoo << INDEX >> gimp_path_set_current

gimp_path_list (1999)

NAME
gimp_path_list - List the paths associated with the passed image.
SYNOPSIS
(num_paths,path_list) = gimp_path_list (image)
DESCRIPTION
List the paths associated with the passed image.
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
IMAGEimageThe ID of the image to list the paths from
RETURN VALUES
TYPENAMEDESCRIPTION
INT32num_pathsThe number of paths returned
STRINGARRAYpath_listList of the paths belonging to this image
SOME SYNTAX ALTERNATIVES
path_list = $image->path_list
AUTHOR
Andy Thomas
(c)1999 Andy Thomas


This page was created by gimpdoc, written by Marc Lehmann <pcg@goof.com>