Type Alias GstMiniObjectNotify
Sourcepub type GstMiniObjectNotify = Option<unsafe extern "C" fn(gpointer, *mut GstMiniObject)>;
Aliased Type§
pub enum GstMiniObjectNotify {
None,
Some(unsafe extern "C" fn(*mut c_void, *mut GstMiniObject)),
}