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 theProperties
macro. When implementingObjectImpl
you 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::Object
subclasses. - Object
Impl Ext