Function
GeglParallelDistributeRangeFunc
Declaration
void
(* GeglParallelDistributeRangeFunc) (
gsize offset,
gsize size,
gpointer user_data
)
Description [src]
Specifies the type of function passed to gegl_parallel_distribute_range().
The function should process size
elements of the data, starting
at offset
.