mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 09:23:24 +00:00
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:
parent
952441653a
commit
90bcdf9bda
8 changed files with 21 additions and 21 deletions
|
@ -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.
|
||||
**/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue