frida_sysType Alias GObjectClass
source pub type GObjectClass = _GObjectClass;
struct GObjectClass {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],
}