gimp_get_monitor_resolution << INDEX >> gimp_gimprc_query

gimp_get_path_by_tattoo (1999)

NAME
gimp_get_path_by_tattoo - Return the name of the path with the given tattoo.
SYNOPSIS
path_name = gimp_get_path_by_tattoo (image,tattoo)
DESCRIPTION
The procedure returns the name of the path in the specified image which has the passed tattoo. The tattoos are unique within the image and will be preserved across sessions and through renaming of the path. An error is returned if no path woth the specified tattoo can be found.
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
IMAGEimageThe image
INT32tattooThe tattoo of the required path
RETURN VALUES
TYPENAMEDESCRIPTION
STRINGpath_nameThe name of the path with the specified tattoo
SOME SYNTAX ALTERNATIVES
path_name = $image->get_path_by_tattoo (tattoo)
AUTHOR
Andy Thomas
(c)1999 Andy Thomas


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