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
Functionsยง
- constructed ๐ โ
- dispatch_
properties_ ๐ โchanged - dispose ๐ โ
- notify ๐ โ
- property ๐ โ
- set_
property ๐ โ