Type Alias GstPadForwardFunction
Sourcepub 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),
}