Struct gtk4_sys::GtkBuilderScopeInterface
source · #[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§
source§impl Clone for GtkBuilderScopeInterface
impl Clone for GtkBuilderScopeInterface
source§fn clone(&self) -> GtkBuilderScopeInterface
fn clone(&self) -> GtkBuilderScopeInterface
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more