app, libgimp, pdb: remove references of removed functions.

There were still a few references to functions which have been removed
from GIMP 3 (because they were deprecated in previous versions), which I
found as I was doing an inventory of removed functions.
This commit is contained in:
Jehan 2020-10-26 12:35:17 +01:00
parent 952441653a
commit 90bcdf9bda
8 changed files with 21 additions and 21 deletions

View file

@ -830,10 +830,10 @@ gimp_drawable_set_pixel (GimpDrawable *drawable,
* with an alpha channel, in which case the alpha channel is set to
* transparent. If the drawable has no alpha channel, it is filled to
* white. No fill leaves the drawable's contents undefined.
* This procedure is unlike gimp_edit_fill() or the bucket fill tool
* because it fills regardless of a selection. Its main purpose is to
* fill a newly created drawable before adding it to the image. This
* operation cannot be undone.
* This procedure is unlike gimp_drawable_edit_fill() or the bucket
* fill tool because it fills regardless of a selection. Its main
* purpose is to fill a newly created drawable before adding it to the
* image. This operation cannot be undone.
*
* Returns: TRUE on success.
**/