Expand description
Module that contains all types needed for creating a direct subclass of GObject
or implementing virtual methods of it.
Modulesยง
- sealed ๐
Traitsยง
- 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. - Extension trait for
glib::Object
โs class struct. - Trait for implementors of
glib::Object
subclasses.
Functionsยง
- constructed ๐ โ
- dispatch_
properties_ ๐ โchanged - dispose ๐ โ
- notify ๐ โ
- property ๐ โ
- set_
property ๐ โ