Method

GimpImagethaw_channels

since: 2.10.2

Declaration [src]

gboolean
gimp_image_thaw_channels (
  GimpImage* image
)

Description [src]

Thaw the image’s channel list.

This procedure thaws the channel list of the image, re-enabling updates to the Channels dialog.

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

Available since: 2.10.2

Return value

Type: gboolean

TRUE on success.