When overriding a property, I found that I needed to declare it 'public' before it was actually accessible (i.e. the internal getter function was defined but the override was not registered in class_init). Is this by design? It's certainly strange to privately override something.
Michael
_______________________________________________ Vala-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/vala-list
