Type Alias GInitiallyUnownedClass
Source pub type GInitiallyUnownedClass = _GObjectClass;
#[repr(C)]
pub struct GInitiallyUnownedClass {Show 15 fields
pub g_type_class: _GTypeClass,
pub construct_properties: *mut _GSList,
pub constructor: Option<unsafe extern "C" fn(u32, u32, *mut _GObjectConstructParam) -> *mut _GObject>,
pub set_property: Option<unsafe extern "C" fn(*mut _GObject, u32, *const _GValue, *mut _GParamSpec)>,
pub get_property: Option<unsafe extern "C" fn(*mut _GObject, u32, *mut _GValue, *mut _GParamSpec)>,
pub dispose: Option<unsafe extern "C" fn(*mut _GObject)>,
pub finalize: Option<unsafe extern "C" fn(*mut _GObject)>,
pub dispatch_properties_changed: Option<unsafe extern "C" fn(*mut _GObject, u32, *mut *mut _GParamSpec)>,
pub notify: Option<unsafe extern "C" fn(*mut _GObject, *mut _GParamSpec)>,
pub constructed: Option<unsafe extern "C" fn(*mut _GObject)>,
pub flags: u32,
pub n_construct_properties: u32,
pub pspecs: *mut c_void,
pub n_pspecs: u32,
pub pdummy: [*mut c_void; 3],
}