Type Alias gegl_sys::GeglFlattenerFunc

source ·
pub type GeglFlattenerFunc = Option<unsafe extern "C" fn(_: *mut GeglPathList) -> *mut GeglPathList>;

Aliased Type§

enum GeglFlattenerFunc {
    None,
    Some(unsafe extern "C" fn(_: *mut GeglPathList) -> *mut GeglPathList),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut GeglPathList) -> *mut GeglPathList)

Some value of type T.