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