babl r362 - in trunk: . babl



Author: martinn
Date: Wed Jan 14 20:38:47 2009
New Revision: 362
URL: http://svn.gnome.org/viewvc/babl?rev=362&view=rev

Log:
* babl/babl.h: Don't document forward declarations and move them
down a bit to make them less eminent.


Modified:
   trunk/ChangeLog
   trunk/babl/babl.h

Modified: trunk/babl/babl.h
==============================================================================
--- trunk/babl/babl.h	(original)
+++ trunk/babl/babl.h	Wed Jan 14 20:38:47 2009
@@ -30,11 +30,6 @@
 #error babl.h included after babl-internal.h
 #endif
 
-typedef union _Babl Babl;
-/* Union used for quick convenient access to any field of any BablInstance */
-
-typedef struct _BablList BablList;
-
 /* magic number used at the start of all babl objects, used to do
  * differentiation in polymorphic functions. (as well as manual
  * type check assertions).
@@ -75,6 +70,10 @@
 };
 typedef unsigned int BablClassType;
 
+typedef union _Babl Babl;
+
+typedef struct _BablList BablList;
+
 /** Initialize the babl library */
 void   babl_init       (void);
 



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