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