glib_sys

Type Alias 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.6.0

None

No value.

§1.6.0

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

Some value of type T.