Gimp.Image.thaw_paths

@accepts(Gimp.Image)
@returns(bool)
def thaw_paths(self):
    # Python wrapper for gimp_image_thaw_paths()
  

Thaw the image's path list.

This procedure thaws the path list of the image, re-enabling updates to the Paths dialog.

This procedure should match a corresponding call to Gimp.Image.freeze_paths.

Since 2.10.2

self

The image.

Returns