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