Kekun / gnome-games

Moving to gnome.org — A game manager application for GNOME
https://git.gnome.org/browse/gnome-games/
GNU General Public License v3.0
21 stars 4 forks source link

mime-type-tracker-query: Make it a concrete class #281

Closed Kekun closed 8 years ago

Kekun commented 8 years ago

Make MimeTypetrackerQuery a concrete class parametrable via its construction rather than an abstract one parametrable by extension.

This is needed to reduce drastically the number of classes in the modules as most modules have to extend it and as its behavior is mostly the same.

Fixes #275