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),
}