gather_feature_func

Type Alias gather_feature_func 

Source
pub type gather_feature_func = Option<unsafe extern "C" fn(l: feature_list)>;

Aliased Type§

pub enum gather_feature_func {
    None,
    Some(unsafe extern "C" fn(*mut *mut _GList)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut *mut _GList))

Some value of type T.