pub type GtkBuilderConnectFunc = Option<unsafe extern "C" fn(*mut GtkBuilder, *mut GObject, *const c_char, *const c_char, *mut GObject, GConnectFlags, gpointer)>;
Aliased Type§
enum GtkBuilderConnectFunc {
None,
Some(unsafe extern "C" fn(_: *mut GtkBuilder, _: *mut GObject, _: *const i8, _: *const i8, _: *mut GObject, _: u32, _: *mut c_void)),
}