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