Type Alias GstValue Deserialize WithP Spec Func 
Source pub type GstValueDeserializeWithPSpecFunc = Option<unsafe extern "C" fn(*mut GValue, *const c_char, *mut GParamSpec) -> gboolean>;Aliased Type§
pub enum GstValueDeserializeWithPSpecFunc {
    None,
    Some(unsafe extern "C" fn(*mut GValue, *const i8, *mut GParamSpec) -> i32),
}