Expand description
Module that contains all types needed for creating a direct subclass of GObject
or implementing virtual methods of it.
Traits§
- Derived
Object Properties - Trait containing only the property related functions of
ObjectImpl. Implemented by thePropertiesmacro. When implementingObjectImplyou may want to delegate the function calls to this trait. - Object
Class Subclass Ext - Extension trait for
glib::Object’s class struct. - Object
Impl - Trait for implementors of
glib::Objectsubclasses. - Object
Impl Ext