freeze_paths


Description:

[ Version ( since = "2.10.2" ) ]
public bool freeze_paths ()

Freeze the image's path list.

This procedure freezes the path list of the image, suppressing any updates to the Paths dialog in response to changes to the image's path. This can significantly improve performance while applying changes affecting the path list.

Each call to freeze_paths should be matched by a corresponding call to [method@Gimp.Image.thaw_paths], undoing its effects.

Parameters:

this

The image.

Returns:

TRUE on success.