Postings by Mathias on January 12, 2009
GtkBuilder based Plugin System
Seems like GtkBuilder is extremly useful to build efficient plugin systems:
The prettyness of this system is, that it only loads the plugin when some related action is activated:
Implementing this was straightforward. I am pretty sure that I've reinvented some wheel.