gimp r27777 - in trunk: . app/core



Author: martinn
Date: Thu Dec 11 21:17:22 2008
New Revision: 27777
URL: http://svn.gnome.org/viewvc/gimp?rev=27777&view=rev

Log:
* app/core/core-types.h: Sort typedefs.


Modified:
   trunk/ChangeLog
   trunk/app/core/core-types.h

Modified: trunk/app/core/core-types.h
==============================================================================
--- trunk/app/core/core-types.h	(original)
+++ trunk/app/core/core-types.h	Thu Dec 11 21:17:22 2008
@@ -57,9 +57,9 @@
 
 /*  base classes  */
 
+typedef struct _GimpItem            GimpItem;
 typedef struct _GimpObject          GimpObject;
 typedef struct _GimpViewable        GimpViewable;
-typedef struct _GimpItem            GimpItem;
 
 typedef struct _Gimp                Gimp;
 typedef struct _GimpImage           GimpImage;
@@ -68,10 +68,10 @@
 /*  containers  */
 
 typedef struct _GimpContainer       GimpContainer;
-typedef struct _GimpList            GimpList;
 typedef struct _GimpDocumentList    GimpDocumentList;
 typedef struct _GimpDrawableStack   GimpDrawableStack;
 typedef struct _GimpItemStack       GimpItemStack;
+typedef struct _GimpList            GimpList;
 typedef struct _GimpToolPresets     GimpToolPresets;
 
 
@@ -91,48 +91,48 @@
 
 /*  data objects  */
 
-typedef struct _GimpDataFactory      GimpDataFactory;
-typedef struct _GimpData             GimpData;
 typedef struct _GimpBrush            GimpBrush;
 typedef struct _GimpBrushClipboard   GimpBrushClipboard;
 typedef struct _GimpBrushGenerated   GimpBrushGenerated;
 typedef struct _GimpBrushPipe        GimpBrushPipe;
+typedef struct _GimpCurve            GimpCurve;
+typedef struct _GimpData             GimpData;
+typedef struct _GimpDataFactory      GimpDataFactory;
 typedef struct _GimpGradient         GimpGradient;
+typedef struct _GimpPalette          GimpPalette;
 typedef struct _GimpPattern          GimpPattern;
 typedef struct _GimpPatternClipboard GimpPatternClipboard;
-typedef struct _GimpPalette          GimpPalette;
-typedef struct _GimpCurve            GimpCurve;
 
 
 /*  drawable objects  */
 
-typedef struct _GimpDrawable        GimpDrawable;
 typedef struct _GimpChannel         GimpChannel;
-typedef struct _GimpSelection       GimpSelection;
+typedef struct _GimpDrawable        GimpDrawable;
 typedef struct _GimpLayer           GimpLayer;
 typedef struct _GimpLayerMask       GimpLayerMask;
+typedef struct _GimpSelection       GimpSelection;
 
 
 /*  undo objects  */
 
-typedef struct _GimpUndo              GimpUndo;
-typedef struct _GimpImageUndo         GimpImageUndo;
-typedef struct _GimpItemUndo          GimpItemUndo;
-typedef struct _GimpItemPropUndo      GimpItemPropUndo;
-typedef struct _GimpChannelUndo       GimpChannelUndo;
 typedef struct _GimpChannelPropUndo   GimpChannelPropUndo;
-typedef struct _GimpDrawableUndo      GimpDrawableUndo;
+typedef struct _GimpChannelUndo       GimpChannelUndo;
 typedef struct _GimpDrawableModUndo   GimpDrawableModUndo;
-typedef struct _GimpLayerMaskUndo     GimpLayerMaskUndo;
+typedef struct _GimpDrawableUndo      GimpDrawableUndo;
+typedef struct _GimpFloatingSelUndo   GimpFloatingSelUndo;
+typedef struct _GimpGuideUndo         GimpGuideUndo;
+typedef struct _GimpImageUndo         GimpImageUndo;
+typedef struct _GimpItemPropUndo      GimpItemPropUndo;
+typedef struct _GimpItemUndo          GimpItemUndo;
 typedef struct _GimpLayerMaskPropUndo GimpLayerMaskPropUndo;
-typedef struct _GimpLayerUndo         GimpLayerUndo;
+typedef struct _GimpLayerMaskUndo     GimpLayerMaskUndo;
 typedef struct _GimpLayerPropUndo     GimpLayerPropUndo;
+typedef struct _GimpLayerUndo         GimpLayerUndo;
 typedef struct _GimpMaskUndo          GimpMaskUndo;
-typedef struct _GimpGuideUndo         GimpGuideUndo;
 typedef struct _GimpSamplePointUndo   GimpSamplePointUndo;
-typedef struct _GimpFloatingSelUndo   GimpFloatingSelUndo;
-typedef struct _GimpUndoStack         GimpUndoStack;
+typedef struct _GimpUndo              GimpUndo;
 typedef struct _GimpUndoAccumulator   GimpUndoAccumulator;
+typedef struct _GimpUndoStack         GimpUndoStack;
 
 
 /*  misc objects  */
@@ -140,9 +140,9 @@
 typedef struct _GimpBuffer          GimpBuffer;
 typedef struct _GimpEnvironTable    GimpEnvironTable;
 typedef struct _GimpGuide           GimpGuide;
-typedef struct _GimpImagefile       GimpImagefile;
 typedef struct _GimpImageMap        GimpImageMap;
 typedef struct _GimpImageMapConfig  GimpImageMapConfig;
+typedef struct _GimpImagefile       GimpImagefile;
 typedef struct _GimpInterpreterDB   GimpInterpreterDB;
 typedef struct _GimpParasiteList    GimpParasiteList;
 typedef struct _GimpPdbProgress     GimpPdbProgress;
@@ -163,10 +163,10 @@
 typedef struct _GimpArea            GimpArea;
 typedef struct _GimpCoords          GimpCoords;
 typedef struct _GimpGradientSegment GimpGradientSegment;
-typedef struct _GimpSamplePoint     GimpSamplePoint;
-typedef         guint32             GimpTattoo;
 typedef struct _GimpPaletteEntry    GimpPaletteEntry;
+typedef struct _GimpSamplePoint     GimpSamplePoint;
 typedef struct _GimpScanConvert     GimpScanConvert;
+typedef         guint32             GimpTattoo;
 
 
 /*  tags  */



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