gegl r1913 - in trunk: . gegl



Author: ok
Date: Fri Jan 25 02:01:04 2008
New Revision: 1913
URL: http://svn.gnome.org/viewvc/gegl?rev=1913&view=rev

Log:
* gegl/gegl-chant.h: fixed mistake in handling of boiler-plate for
GeglOperationMeta.


Modified:
   trunk/ChangeLog
   trunk/gegl/gegl-chant.h

Modified: trunk/gegl/gegl-chant.h
==============================================================================
--- trunk/gegl/gegl-chant.h	(original)
+++ trunk/gegl/gegl-chant.h	Fri Jan 25 02:01:04 2008
@@ -110,11 +110,11 @@
 
 #ifdef GEGL_CHANT_TYPE_META
 #include <operation/gegl-operation.h>
-typedef struct
+struct _GeglChant
 {
   GeglOperationMeta parent_instance;
   gpointer          properties;
-} GeglChant;
+};
 
 typedef struct
 {
@@ -126,11 +126,11 @@
 
 #ifdef GEGL_CHANT_TYPE_SOURCE
 #include <operation/gegl-operation-source.h>
-typedef struct
+struct _GeglChant
 {
   GeglOperationSource parent_instance;
   gpointer            properties;
-} GeglChant;
+};
 
 typedef struct
 {



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