Function libgir::analysis::properties::analyze

source ยท
pub fn analyze(
    env: &Env,
    props: &[Property],
    supertypes_props: &[&Property],
    type_tid: TypeId,
    generate_trait: bool,
    is_fundamental: bool,
    obj: &GObject,
    imports: &mut Imports,
    signatures: &Signatures,
    deps: &[TypeId],
    functions: &[Info],
) -> (Vec<Property>, Vec<Info>)