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