gegl r2658 - in trunk: . gegl/operation



Author: martinn
Date: Tue Oct 21 18:14:33 2008
New Revision: 2658
URL: http://svn.gnome.org/viewvc/gegl?rev=2658&view=rev

Log:
* gegl/operation/gegl-operation.h: Update docs for
GeglOperationClass::process(), the 'result_rect' parameter is now
called 'roi'.


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

Modified: trunk/gegl/operation/gegl-operation.h
==============================================================================
--- trunk/gegl/operation/gegl-operation.h	(original)
+++ trunk/gegl/operation/gegl-operation.h	Tue Oct 21 18:14:33 2008
@@ -121,14 +121,15 @@
   GeglRectangle (*get_cached_region)         (GeglOperation       *operation,
                                               const GeglRectangle *roi);
 
-  /* Perform processing for the @output_pad, pad The result_rect provides the
-   * region to process. For sink operations @output_pad can be ignored but the
-   * result_rect is then then indicating the data available for consumption.
+  /* Perform processing for the @output_pad. The @roi provides the
+   * region to process. For sink operations @output_pad can be ignored
+   * but the @roi is then indicating the data available for
+   * consumption.
    */
-  gboolean      (*process)                   (GeglOperation       *operation,
-                                              GeglOperationContext     *context,
-                                              const gchar         *output_pad,
-                                              const GeglRectangle *roi);
+  gboolean      (*process)                   (GeglOperation        *operation,
+                                              GeglOperationContext *context,
+                                              const gchar          *output_pad,
+                                              const GeglRectangle  *roi);
 
   /* XXX: What is GeglNode doing in this part of the API?
    * Returns the node providing data for a specific location within the



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