pub type GtkFlowBoxForeachFunc = Option<unsafe extern "C" fn(_: *mut GtkFlowBox, _: *mut GtkFlowBoxChild, _: gpointer)>;
Aliased Type§
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
.