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