[Vala] property overrides need to be declared public?



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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]