Type Alias GSignalCVaMarshaller

Source
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)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut _GClosure, *mut _GValue, *mut c_void, *mut i8, *mut c_void, i32, *mut u32))

Some value of type T.