gtk_sys

Type Alias GtkBuilderConnectFunc

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

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut GtkBuilder, _: *mut GObject, _: *const i8, _: *const i8, _: *mut GObject, _: u32, _: *mut c_void))

Some value of type T.