GNOME Bugzilla – Bug 622096
Add PDB API to manipulate and access layer groups
Last modified: 2010-11-06 00:34:58 UTC
We need to add PDB API to manipulate and access layer groups.
The "access" part is done now: commit 4e2289f736f9505e6613fdd9f3d7276750b8cbf1 Author: Michael Natterer <mitch@gimp.org> Date: Sat Aug 28 18:49:15 2010 +0200 libgimp: add API to access item groups A layer tree can be traversed completely now. Tree manipulating functions still missing. app/pdb/internal-procs.c | 2 +- app/pdb/item-cmds.c | 207 +++++++++++++++++++++++++++++++++++++++++++++ libgimp/gimpitem_pdb.c | 110 ++++++++++++++++++++++++ libgimp/gimpitem_pdb.h | 4 + tools/pdbgen/pdb/item.pdb | 115 +++++++++++++++++++++++++ 5 files changed, 437 insertions(+), 1 deletions(-)
The manipulate (re-order, insert, ...) part for items was already added a while ago by Michael Natterer on commit 0d35e8de6d79607c0c7fc820884367e39c85fe41. closing this bug as RESOLVED FIXED.