pub type GtkFlowBoxForeachFunc = Option<unsafe extern "C" fn(*mut GtkFlowBox, *mut GtkFlowBoxChild, gpointer)>;Aliased Type§
pub enum GtkFlowBoxForeachFunc {
None,
Some(unsafe extern "C" fn(*mut GtkFlowBox, *mut GtkFlowBoxChild, *mut c_void)),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*mut GtkFlowBox, *mut GtkFlowBoxChild, *mut c_void))
Some value of type T.