Expand description
Module that contains all types needed for creating a direct subclass of GObject
or implementing virtual methods of it.
Modulesยง
- sealed ๐
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
Functionsยง
- constructed ๐ โ
- dispatch_
properties_ ๐ โchanged - dispose ๐ โ
- notify ๐ โ
- property ๐ โ
- set_
property ๐ โ