Type Alias gstreamer_sys::GstMiniObjectDisposeFunction
source · pub type GstMiniObjectDisposeFunction = Option<unsafe extern "C" fn(_: *mut GstMiniObject) -> gboolean>;
Aliased Type§
enum GstMiniObjectDisposeFunction {
None,
Some(unsafe extern "C" fn(_: *mut GstMiniObject) -> i32),
}