Type Alias GstCollectPadsQueryFunction
Sourcepub type GstCollectPadsQueryFunction = Option<unsafe extern "C" fn(*mut GstCollectPads, *mut GstCollectData, *mut GstQuery, gpointer) -> gboolean>;
Aliased Type§
enum GstCollectPadsQueryFunction {
None,
Some(unsafe extern "C" fn(*mut GstCollectPads, *mut GstCollectData, *mut GstQuery, *mut c_void) -> i32),
}