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