pub type GSourceFuncsDispatchFunc = Option<unsafe extern "C" fn(*mut GSource, GSourceFunc, gpointer) -> gboolean>;
Aliased Type§
pub enum GSourceFuncsDispatchFunc {
None,
Some(unsafe extern "C" fn(*mut GSource, Option<unsafe extern "C" fn(*mut c_void) -> i32>, *mut c_void) -> i32),
}