gimp_path_set_locked - Set the locked status associated with the name path.
SYNOPSIS
gimp_path_set_locked (image,pathname,lockstatus)
DESCRIPTION
This procedure sets the lock status associated with the specified path. A path can be "locked" which means that the transformation tool operations will also apply to the path.
INPUT ARGUMENTS
TYPE
NAME
DESCRIPTION
IMAGE
image
The image
STRING
pathname
the name of the path whose locked status should be set
INT32
lockstatus
The lock status associated with the name path. 0 if the path is not locked. 1 if the path is to be locked