Method

GimpImagethaw_vectors

Declaration [src]

gboolean
gimp_image_thaw_vectors (
  GimpImage* image
)

Description [src]

Thaw the image’s vectors list.

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

This procedure should match a corresponding call to gimp_image_freeze_vectors().

Available since:2.10.2

Return value

Returns: gboolean
 

TRUE on success.