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