Type Alias gtk4_sys::GtkShortcutFunc 
source · pub type GtkShortcutFunc = Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GVariant, _: gpointer) -> gboolean>;Aliased Type§
enum GtkShortcutFunc {
    None,
    Some(unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GVariant, _: *mut c_void) -> i32),
}