Struct gobject_sys::GSignalQuery [] [src]

#[repr(C)]
pub struct GSignalQuery { pub signal_id: c_uint, pub signal_name: *const c_char, pub itype: GType, pub signal_flags: GSignalFlags, pub return_type: GType, pub n_params: c_uint, pub param_types: *mut GType, }

Fields