Aduct 1.1.0
Changes
- Updated docs.
- Accessing
type
as an attribute is no longer allowed. Instead use theget_type
method on the element or view. - Providers do no have
name
as attribute, it is now a GObject property and can be retrieved usingget_name
method on the provider. - Following (3), use GObject property to give name to providers.
- The default name for element and views are now CSS names.