akiraux / Akira

Native Linux App for UI and UX Design built in Vala and GTK
GNU General Public License v3.0
5.25k stars 202 forks source link

Fix vala 0.54 compilation #677

Closed mbfraga closed 2 years ago

mbfraga commented 2 years ago
## Summary / How this PR fixes the problem? Some changes to vala have introducted new errors with properties named with an underscore prefix. We should probably not do this anymore and perhaps move to `p_` prefix to mean private? ## Steps to Test Behavior shouldn't change. If needed, test with 0.54...but doesn't seem necessary.