Type Alias gobject_sys::GClosureNotify

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

Aliased Type§

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.