gimp/plug-ins/python
Jehan 8b6d90700a libgimp, pdb, plug-ins: don't skip gimp_*get_*() API from GObject Introspection anymore.
The original reason to skip these was because the new _list_ API were
introspected basically to a similar function signature, except with a
useless return value, at least in pygobject binding where the list size
was also returned.
Though it seems that in fact, only the docstring was wrong. The real
signature was apparently already the same.
See: https://gitlab.gnome.org/GNOME/pygobject/-/issues/352

Therefore since the _get_ naming is more consistent compared to other
existing function, let's re-integrate the _get_ functions for array of
items or images.

This basically reverts commit 15ec254148.
2024-07-06 14:44:45 +02:00
..
python-console libgimp, plug-ins: getting rid of gimp_procedure_add_*_from_property() functions. 2024-07-04 22:11:53 +02:00
tests libgimp, pdb, plug-ins: don't skip gimp_*get_*() API from GObject Introspection anymore. 2024-07-06 14:44:45 +02:00
colorxhtml.py libgimp, pdb, plug-ins: don't skip gimp_*get_*() API from GObject Introspection anymore. 2024-07-06 14:44:45 +02:00
file-openraster.py libgimp, pdb, plug-ins: don't skip gimp_*get_*() API from GObject Introspection anymore. 2024-07-06 14:44:45 +02:00
foggify.py python: translation fixes 2024-06-10 20:58:39 +00:00
gradients-save-as-css.py python: Port arguments code to use functions 2024-06-10 15:22:02 +00:00
histogram-export.py libgimp, pdb, plug-ins: don't skip gimp_*get_*() API from GObject Introspection anymore. 2024-07-06 14:44:45 +02:00
meson.build plug-ins: add file-plug-in testing framework 2024-04-26 12:28:47 -04:00
palette-offset.py python: Port arguments code to use functions 2024-06-10 15:22:02 +00:00
palette-sort.py python: Minor enhancements to python plug-ins 2024-06-11 17:17:41 +00:00
palette-to-gradient.py python: Port arguments code to use functions 2024-06-10 15:22:02 +00:00
pygimp.interp.in build/windows, data, extensions, plug-ins: Fix Build omissions 2024-01-02 10:49:31 +00:00
python-eval.py plug-ins: import Babl and Gegl modules in python-eval plug-in. 2024-02-28 22:55:58 +01:00
spyro-plus.py libgimp, pdb, plug-ins: don't skip gimp_*get_*() API from GObject Introspection anymore. 2024-07-06 14:44:45 +02:00
test-dialog.py python: don't translate test plug-in 2024-06-18 11:13:06 +00:00