pub type GSignalCVaMarshaller = GVaClosureMarshal;
Expand description
GSignalCVaMarshaller:
This is the signature of va_list marshaller functions, an optional marshaller that can be used in some situations to avoid marshalling the signal argument into GValues.
Aliased Type§
pub enum GSignalCVaMarshaller {
None,
Some(unsafe extern "C" fn(*mut _GClosure, *mut _GValue, *mut c_void, *mut i8, *mut c_void, i32, *mut u32)),
}