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