pub type GtkRecentSortFunc = Option<unsafe extern "C" fn(*mut GtkRecentInfo, *mut GtkRecentInfo, gpointer) -> c_int>;
Aliased Type§
enum GtkRecentSortFunc {
None,
Some(unsafe extern "C" fn(_: *mut GtkRecentInfo, _: *mut GtkRecentInfo, _: *mut c_void) -> i32),
}
Variants§
None
No value.
Some(unsafe extern "C" fn(_: *mut GtkRecentInfo, _: *mut GtkRecentInfo, _: *mut c_void) -> i32)
Some value of type T
.