libgimp: gimpimage_pdb.c got regenerated

This commit is contained in:
Michael Natterer
2018-05-13 00:18:23 +02:00
parent 69b2e84924
commit 90aa8ad040

View File

@ -1114,10 +1114,10 @@ gimp_image_remove_channel (gint32 image_ID,
* *
* Freeze the image's channel list. * Freeze the image's channel list.
* *
* This procedure freezes the channel list of the image, suppressing any * This procedure freezes the channel list of the image, suppressing
* updates to the Channels dialog in response to changes to the image's * any updates to the Channels dialog in response to changes to the
* channels. This can significantly improve performance while applying * image's channels. This can significantly improve performance while
* changes affecting the channel list. * applying changes affecting the channel list.
* *
* Each call to gimp_image_freeze_channels() should be matched by a * Each call to gimp_image_freeze_channels() should be matched by a
* corresponding call to gimp_image_thaw_channels(), undoing its * corresponding call to gimp_image_thaw_channels(), undoing its
@ -1298,10 +1298,10 @@ gimp_image_remove_vectors (gint32 image_ID,
* *
* Freeze the image's vectors list. * Freeze the image's vectors list.
* *
* This procedure freezes the vectors list of the image, suppressing any * This procedure freezes the vectors list of the image, suppressing
* updates to the Paths dialog in response to changes to the image's * any updates to the Paths dialog in response to changes to the
* vectors. This can significantly improve performance while applying * image's vectors. This can significantly improve performance while
* changes affecting the vectors list. * applying changes affecting the vectors list.
* *
* Each call to gimp_image_freeze_vectors() should be matched by a * Each call to gimp_image_freeze_vectors() should be matched by a
* corresponding call to gimp_image_thaw_vectors(), undoing its * corresponding call to gimp_image_thaw_vectors(), undoing its