Type Alias gstreamer_sys::GstIteratorForeachFunction
source · pub type GstIteratorForeachFunction = Option<unsafe extern "C" fn(_: *const GValue, _: gpointer)>;
Aliased Type§
enum GstIteratorForeachFunction {
None,
Some(unsafe extern "C" fn(_: *const GValue, _: *mut c_void)),
}