gimp/devel-docs/GIMP3-plug-in-porting-guide
Jehan 084906dbf1 app, devel-docs, libgimp, pdb: remove gimp_item_set_linked().
I cleaned many remaining places where the concept of linked item still
survived.
On loading an XCF file with linked items, we are now going to create a
named sets for the linked items, allowing people to easily select these
back if the relation was still needed.

We don't remove gimp_item_get_linked() yet and in particular, we don't
save stored items into XCF files. This will come in an upcoming change.
2021-12-23 13:45:20 +01:00
..
README.md Add some new files to the GIMP3-plug-in-porting-guide, including a README 2020-10-27 10:20:06 -06:00
classes.md Add some new files to the GIMP3-plug-in-porting-guide, including a README 2020-10-27 10:20:06 -06:00
pdb-calls.md Add some new files to the GIMP3-plug-in-porting-guide, including a README 2020-10-27 10:20:06 -06:00
porting_scriptfu_scripts.md Add devel doc 2021-05-24 13:28:50 +00:00
removed_functions.md app, devel-docs, libgimp, pdb: remove gimp_item_set_linked(). 2021-12-23 13:45:20 +01:00

README.md

Here you'll find documentation useful for porting older GIMP plug-ins, especially Python ones, to the GIMP 3.0 APIs.

Files:

  • classes.md: A list of some of the important classes and modules in GIMP 3.0.

  • pdb-calls.md: An incomplete list of old PDB functions and their equivalents, using Python classes.

  • removed_functions.md: Functions that have been removed from GIMP, and their replacements.