Type Alias GstMiniObjectNotify

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

Aliased Type§

enum GstMiniObjectNotify {
    None,
    Some(unsafe extern "C" fn(*mut c_void, *mut GstMiniObject)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.