GNOME Bugzilla – Bug 773641
vala-pack: implement various :load() vfuncs
Last modified: 2016-10-28 18:54:35 UTC
The Vala compiler is complaining about some vala-pack classes not overriding the :load() vfuncs. Fix that by adding stub implementations of them.
Created attachment 338740 [details] [review] vala-pack: implement various :load() vfuncs
Review of attachment 338740 [details] [review]: Interesting. Would be good to know what we need to add to get Vala to understand its an optional override.
Thanks for the review! Attachment 338740 [details] pushed as fc1e480 - vala-pack: implement various :load() vfuncs