[ CCode ( instance_pos = 1.9 ) ]
public delegate void ParallelDistributeAreaFunc (Rectangle area)
Specifies the type of function passed to parallel_distribute_area.
The function should process the sub-area specified by area
.
area |
the current sub-area |
user_data |
user data pointer |