Type Alias GstMiniObjectNotify
Sourcepub 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)),
}