Skip to content
Commit 54aa644a authored by Daniel Espinosa's avatar Daniel Espinosa
Browse files

BaseCollection: create dedicated implementations for Collection

As for https://gitlab.gnome.org/GNOME/vala/issues/548 upcomming
fixes rise errors on non-implemented methods of the same name
in different interfaces.

This fix BaseCollection errors, but now derived classes
don't find how to find the method to override. For example
GomCollection.validate_append() can't be overrided as it is not
found. BaseCollection has now two methods: GomCollection.validate_append()
and Collection.validate_append(), but they are not reachable
parent 28b43d64
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment