Type Alias GClosureNotify

Source
pub type GClosureNotify = Option<unsafe extern "C" fn(gpointer, *mut GClosure)>;

Aliased Type§

pub enum GClosureNotify {
    None,
    Some(unsafe extern "C" fn(*mut c_void, *mut GClosure)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.