gimp_path_set_tattoo - Sets the tattoo associated with the name path.
SYNOPSIS
gimp_path_set_tattoo (image,pathname,tattovalue)
DESCRIPTION
This procedure sets the tattoo associated with the specified path. A tattoo is a unique and permenant identifier attached to a path that can be used to uniquely identify a path within an image even between sessions. Note that the value passed to this function must have been obtained from a previous call to path_get_tattoo.
INPUT ARGUMENTS
TYPE
NAME
DESCRIPTION
IMAGE
image
The image
STRING
pathname
the name of the path whose tattoo should be set
INT32
tattovalue
The tattoo associated with the name path. Only values returned from 'path_get_tattoo' should be used here