gegl r2467 - in trunk: . gegl/operation



Author: martinn
Date: Sun Jun 15 08:20:52 2008
New Revision: 2467
URL: http://svn.gnome.org/viewvc/gegl?rev=2467&view=rev

Log:
2008-06-15  Martin Nordholts  <martinn svn gnome org>

	* gegl/operation/gegl-operation-sink.h): Describe the needs_full
	class variable.


Modified:
   trunk/ChangeLog
   trunk/gegl/operation/gegl-operation-sink.h

Modified: trunk/gegl/operation/gegl-operation-sink.h
==============================================================================
--- trunk/gegl/operation/gegl-operation-sink.h	(original)
+++ trunk/gegl/operation/gegl-operation-sink.h	Sun Jun 15 08:20:52 2008
@@ -41,6 +41,9 @@
 {
   GeglOperationClass parent_class;
 
+  /* Wether or not the sink operation needs full input data in one go
+   * in order to be able to do its processing
+   */
   gboolean           needs_full;
 
   gboolean (* process) (GeglOperation       *self,



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