Function
GeglParallelDistributeAreaFunc
Declaration
void
(* GeglParallelDistributeAreaFunc) (
  const GeglRectangle* area,
  gpointer user_data
)
Description [src]
Specifies the type of function passed to gegl_parallel_distribute_area().
The function should process the sub-area specified by area.
Parameters
- area
- 
            Type: GeglRectangleThe current sub-area. The data is owned by the caller of the function. 
- user_data
- 
            Type: gpointerUser data pointer. The argument can be NULL.The data is owned by the caller of the function.