Trait glib::subclass::interface::PrerequisiteList[][src]

pub trait PrerequisiteList {
    fn types() -> Vec<GType>;
}
Expand description

Trait for a type list of prerequisite object types.

Required methods

Returns the list of types for this list.

Implementations on Foreign Types

Implementors