Type Alias GstPadStickyEventsForeachFunction
Sourcepub type GstPadStickyEventsForeachFunction = Option<unsafe extern "C" fn(*mut GstPad, *mut *mut GstEvent, gpointer) -> gboolean>;
Aliased Type§
enum GstPadStickyEventsForeachFunction {
None,
Some(unsafe extern "C" fn(*mut GstPad, *mut *mut GstEvent, *mut c_void) -> i32),
}