Function
GeglParallelDistributeRangeFunc
since: 0.4
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
.
Available since: 0.4