Type Alias glib_sys::GSourceDisposeFunc

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

Aliased Type§

enum GSourceDisposeFunc {
    None,
    Some(unsafe extern "C" fn(_: *mut GSource)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut GSource))

Some value of type T.