Skip to content

Properties declaration and getter methods

Daniel Garcia Moreno requested to merge danigm/gnome-class:properties into master

This patch implements the properties declaration in the init, getters and fix some calling code. With this patch we've a "complete" test with u32 properties, with getters and setters.

Here we've three commits, one to move the properties code to a new mod, other to ad the properties declaration and a final one that adds getters methods.

Merge request reports