Struct gobject_sys::GParamSpec [] [src]

#[repr(C)]
pub struct GParamSpec { pub g_type_instance: GTypeInstance, pub name: *const c_char, pub flags: GParamFlags, pub value_type: GType, pub owner_type: GType, pub _nick: *mut c_char, pub _blurb: *mut c_char, pub qdata: *mut GData, pub ref_count: c_uint, pub param_id: c_uint, }

Fields