Gimp.Image.prototype.thaw_paths

function thaw_paths(): Boolean {
    // Gjs 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.prototype.freeze_paths.

Since 2.10.2

Returns

TRUE on success.