pub type GSourceDummyMarshal = Option<unsafe extern "C" fn()>;
Expand description
GSourceDummyMarshal:
This is just a placeholder for #GClosureMarshal, which cannot be used here for dependency reasons.
Aliased Type§
enum GSourceDummyMarshal {
None,
Some(unsafe extern "C" fn()),
}