Type Alias GstPadEventFullFunction
Sourcepub type GstPadEventFullFunction = Option<unsafe extern "C" fn(*mut GstPad, *mut GstObject, *mut GstEvent) -> GstFlowReturn>;
Aliased Type§
enum GstPadEventFullFunction {
None,
Some(unsafe extern "C" fn(_: *mut GstPad, _: *mut GstObject, _: *mut GstEvent) -> i32),
}