On Thu, 2008-09-25 at 05:52 -0500, Aaron Spike wrote:
So that's the concept. Can anyone give a simplified outline of the process a person should follow to accomplish this? What you said above means that we should find GTK functions and types in the code and replace them with GLib functions and types? How will these be located? How will progress be measured and tested?
Heh, I'd probably just change the linking so that you only get glib and not gtk and see what breaks :) The linker does most of your testing here.
I imagine a lot of this work will also involve splitting some of our objects (Views perhaps) into GUI and non-GUI versions inheriting from the same base class. A lot of this infrastructure exists, it just needs to be completed and tested.
--Ted