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