Type Alias gstreamer_sys::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)),
}