Type Alias GSignalCMarshaller
pub type GSignalCMarshaller = Option<unsafe extern "C" fn(*mut GClosure, *mut GValue, u32, *const GValue, *mut c_void, *mut c_void)>;Aliased Type§
pub enum GSignalCMarshaller {
None,
Some(unsafe extern "C" fn(*mut GClosure, *mut GValue, u32, *const GValue, *mut c_void, *mut c_void)),
}