pub type GtkKeySnoopFunc = Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GdkEventKey, _: gpointer) -> c_int>;
Aliased Type§
enum GtkKeySnoopFunc {
None,
Some(unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GdkEventKey, _: *mut c_void) -> i32),
}