Struct gtk4_sys::GtkBuilderScopeInterface [−][src]
#[repr(C)]pub struct GtkBuilderScopeInterface {
pub g_iface: GTypeInterface,
pub get_type_from_name: Option<unsafe extern "C" fn(_: *mut GtkBuilderScope, _: *mut GtkBuilder, _: *const c_char) -> GType>,
pub get_type_from_function: Option<unsafe extern "C" fn(_: *mut GtkBuilderScope, _: *mut GtkBuilder, _: *const c_char) -> GType>,
pub create_closure: Option<unsafe extern "C" fn(_: *mut GtkBuilderScope, _: *mut GtkBuilder, _: *const c_char, _: GtkBuilderClosureFlags, _: *mut GObject, _: *mut *mut GError) -> *mut GClosure>,
}
Fields
g_iface: GTypeInterface
get_type_from_name: Option<unsafe extern "C" fn(_: *mut GtkBuilderScope, _: *mut GtkBuilder, _: *const c_char) -> GType>
get_type_from_function: Option<unsafe extern "C" fn(_: *mut GtkBuilderScope, _: *mut GtkBuilder, _: *const c_char) -> GType>
create_closure: Option<unsafe extern "C" fn(_: *mut GtkBuilderScope, _: *mut GtkBuilder, _: *const c_char, _: GtkBuilderClosureFlags, _: *mut GObject, _: *mut *mut GError) -> *mut GClosure>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkBuilderScopeInterface
impl Send for GtkBuilderScopeInterface
impl Sync for GtkBuilderScopeInterface
impl Unpin for GtkBuilderScopeInterface
impl UnwindSafe for GtkBuilderScopeInterface
Blanket Implementations
Mutably borrows from an owned value. Read more