Sort typedefs.

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

svn path=/trunk/; revision=27777
This commit is contained in:
Martin Nordholts 2008-12-11 21:17:22 +00:00
parent 83f1184219
commit d975ea725f
2 changed files with 29 additions and 25 deletions

View File

@ -1,3 +1,7 @@
2008-12-11 Martin Nordholts <martinn@svn.gnome.org>
* app/core/core-types.h: Sort typedefs.
2008-12-11 Martin Nordholts <martinn@svn.gnome.org>
* app/core/core-types.h: Remove references to typedefs in

View File

@ -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 @@ typedef struct _GimpImage GimpImage;
/* 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 @@ typedef struct _GimpToolInfo GimpToolInfo;
/* 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 _GimpLayerMaskPropUndo GimpLayerMaskPropUndo;
typedef struct _GimpLayerUndo GimpLayerUndo;
typedef struct _GimpLayerPropUndo GimpLayerPropUndo;
typedef struct _GimpMaskUndo GimpMaskUndo;
typedef struct _GimpGuideUndo GimpGuideUndo;
typedef struct _GimpSamplePointUndo GimpSamplePointUndo;
typedef struct _GimpDrawableUndo GimpDrawableUndo;
typedef struct _GimpFloatingSelUndo GimpFloatingSelUndo;
typedef struct _GimpUndoStack GimpUndoStack;
typedef struct _GimpGuideUndo GimpGuideUndo;
typedef struct _GimpImageUndo GimpImageUndo;
typedef struct _GimpItemPropUndo GimpItemPropUndo;
typedef struct _GimpItemUndo GimpItemUndo;
typedef struct _GimpLayerMaskPropUndo GimpLayerMaskPropUndo;
typedef struct _GimpLayerMaskUndo GimpLayerMaskUndo;
typedef struct _GimpLayerPropUndo GimpLayerPropUndo;
typedef struct _GimpLayerUndo GimpLayerUndo;
typedef struct _GimpMaskUndo GimpMaskUndo;
typedef struct _GimpSamplePointUndo GimpSamplePointUndo;
typedef struct _GimpUndo GimpUndo;
typedef struct _GimpUndoAccumulator GimpUndoAccumulator;
typedef struct _GimpUndoStack GimpUndoStack;
/* misc objects */
@ -140,9 +140,9 @@ typedef struct _GimpUndoAccumulator GimpUndoAccumulator;
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 _GimpTagged GimpTagged; /* dummy typedef */
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 */