GeglParallelDistributeAreaFunc

Type Alias GeglParallelDistributeAreaFunc 

Source
pub type GeglParallelDistributeAreaFunc = Option<unsafe extern "C" fn(*const GeglRectangle, gpointer)>;

Aliased Type§

pub enum GeglParallelDistributeAreaFunc {
    None,
    Some(unsafe extern "C" fn(*const GeglRectangle, *mut c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*const GeglRectangle, *mut c_void))

Some value of type T.