gegl r2160 - in trunk: . gegl/operation gegl/process



Author: ok
Date: Sun Apr 13 20:19:03 2008
New Revision: 2160
URL: http://svn.gnome.org/viewvc/gegl?rev=2160&view=rev

Log:
* gegl/operation/gegl-operations.h: do not include gegl-plugins.h,
move a couple of internal function declarations ..
* gegl/operation/gegl-operation.h:  .. here.
* gegl/process/gegl-need-visitor.c: do not include gegl-operations.h


Modified:
   trunk/ChangeLog
   trunk/gegl/operation/gegl-operation.h
   trunk/gegl/operation/gegl-operations.h
   trunk/gegl/process/gegl-need-visitor.c

Modified: trunk/gegl/operation/gegl-operation.h
==============================================================================
--- trunk/gegl/operation/gegl-operation.h	(original)
+++ trunk/gegl/operation/gegl-operation.h	Sun Apr 13 20:19:03 2008
@@ -204,6 +204,14 @@
 GParamSpec ** gegl_list_properties (const gchar *operation_type,
                                     guint       *n_properties_p);
 
+
+/* internal utility functions used by gegl, these should not be used
+ * externally */
+gboolean gegl_operation_calc_source_regions  (GeglOperation *operation,
+                                              gpointer       context_id);
+void     gegl_operation_vector_prop_changed  (GeglVector    *vector,
+                                              GeglOperation *operation);
+
 G_END_DECLS
 
 /***

Modified: trunk/gegl/operation/gegl-operations.h
==============================================================================
--- trunk/gegl/operation/gegl-operations.h	(original)
+++ trunk/gegl/operation/gegl-operations.h	Sun Apr 13 20:19:03 2008
@@ -21,7 +21,6 @@
 #define __GEGL_OPERATIONS_H__
 
 #include <glib-object.h>
-#include "gegl-plugins.h"
 
 /* Used to look up the gtype when changing the type of operation associated
  * a GeglNode using just a string with the registered name.
@@ -30,9 +29,4 @@
 gchar   ** gegl_list_operations             (guint *n_operations_p);
 void       gegl_operation_gtype_cleanup     (void);
 
-gboolean gegl_operation_calc_source_regions  (GeglOperation *operation,
-                                              gpointer       context_id);
-
-void     gegl_operation_vector_prop_changed  (GeglVector    *vector,
-                                              GeglOperation *operation);
 #endif

Modified: trunk/gegl/process/gegl-need-visitor.c
==============================================================================
--- trunk/gegl/process/gegl-need-visitor.c	(original)
+++ trunk/gegl/process/gegl-need-visitor.c	Sun Apr 13 20:19:03 2008
@@ -27,7 +27,6 @@
 #include "graph/gegl-pad.h"
 #include "graph/gegl-visitable.h"
 #include "operation/gegl-operation.h"
-#include "operation/gegl-operations.h"
 
 
 static void gegl_need_visitor_class_init (GeglNeedVisitorClass *klass);



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