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