Type Alias gstreamer_sys::GstPadUnlinkFunction
source · pub 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)),
}