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