[gimp] devel-docs: add more stuff to GIMP3-API-Changes.txt



commit 5ec5f79f5779dd0fcb1638a8f3d9e30fe0f21427
Author: Michael Natterer <mitch gimp org>
Date:   Sun Apr 27 14:32:56 2014 +0200

    devel-docs: add more stuff to GIMP3-API-Changes.txt

 devel-docs/GIMP3-API-Changes.txt |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/devel-docs/GIMP3-API-Changes.txt b/devel-docs/GIMP3-API-Changes.txt
index b09df02..6775a13 100644
--- a/devel-docs/GIMP3-API-Changes.txt
+++ b/devel-docs/GIMP3-API-Changes.txt
@@ -2,5 +2,13 @@ This file contains a list of changes that can/must be done when
 we break API/ABI for 3.x.
 
 
-- move GIMP_REPEAT_TRUNCATE to the start of the enum and rename it
+- Move GIMP_REPEAT_TRUNCATE to the start of the enum and rename it
   to NONE. Rename the current NONE to EXTEND or something.
+
+- Add padding to all public class structs.
+
+- Have private pointers in all public instance structs, not just
+  GET_PRIVATE() macros, in order to inspect the private structs
+  easily in the debugger.
+
+- Remove compat values from all enums.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]