GNOME Bugzilla – Bug 769439
refactor: Move generic type implementations to their own directory
Last modified: 2016-08-02 17:02:24 UTC
Now that there are several Generic* classesn they should be moved from `src/utils` to `src/generic` to avoid cluttering `src/utils`.
The following fixes have been pushed: a338027 generic: Move generic-uid.vala to 'generic' dir dd65ed9 generic: Move generic-title.vala to 'generic' dir 79ad9b3 generic: Move generic-game.vala to 'generic' dir
Created attachment 332583 [details] [review] generic: Move generic-uid.vala to 'generic' dir This is part of a series of commits moving Generic* implementations from 'src/utils' to 'src/generic'. This avoid cluttering 'src/utils' and make Generic* classes more discoverable.
Created attachment 332584 [details] [review] generic: Move generic-title.vala to 'generic' dir This is part of a series of commits moving Generic* implementations from 'src/utils' to 'src/generic'. This avoid cluttering 'src/utils' and make Generic* classes more discoverable.
Created attachment 332585 [details] [review] generic: Move generic-game.vala to 'generic' dir This is part of a series of commits moving Generic* implementations from 'src/utils' to 'src/generic'. This avoid cluttering 'src/utils' and make Generic* classes more discoverable.