Type Alias t_propertiesfn

Source
pub type t_propertiesfn = Option<unsafe extern "C" fn(x: *mut t_gobj, glist: *mut _glist)>;

Aliased Type§

pub enum t_propertiesfn {
    None,
    Some(unsafe extern "C" fn(*mut _gobj, *mut _glist)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut _gobj, *mut _glist))

Some value of type T.