gegl r3017 - in trunk: . gegl/graph



Author: martinn
Date: Fri Apr 10 18:33:23 2009
New Revision: 3017
URL: http://svn.gnome.org/viewvc/gegl?rev=3017&view=rev

Log:
Reformat GeglNode member comments

Modified:
   trunk/ChangeLog
   trunk/gegl/graph/gegl-node.h

Modified: trunk/gegl/graph/gegl-node.h
==============================================================================
--- trunk/gegl/graph/gegl-node.h	(original)
+++ trunk/gegl/graph/gegl-node.h	Fri Apr 10 18:33:23 2009
@@ -41,9 +41,12 @@
 
   GeglOperation  *operation;
   GeglRectangle   have_rect;
-  gboolean        valid_have_rect; /* <- if TRUE the above have_rect is correct
-                                         and can be returned directly instead of
-                                         computed */
+
+  /* If TRUE the above have_rect is correct and can be returned
+   * directly instead of computed
+   */
+  gboolean        valid_have_rect;
+
   GSList         *pads;
   GSList         *input_pads;
   GSList         *output_pads;
@@ -52,13 +55,15 @@
 
   gboolean        is_graph;
 
-  GeglCache      *cache;  /* For a node, the cache should be created at
-                             first demand if applicable, and the cache object
-                             reused for all subsequent requests for the cache
-                             object.*/
+  /* For a node, the cache should be created at first demand if
+   * applicable, and the cache object reused for all subsequent
+   * requests for the cache object.
+   */
+  GeglCache      *cache;
+
+  /* Whether result is cached or not, inherited by children */
+  gboolean        dont_cache;
 
-  gboolean        dont_cache; /* whether result is cached or not, inherited
-                                 by children */
   GMutex          *mutex;
 
   /*< private >*/



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