On Fri, 2007-05-04 at 11:12 +0200, Thierry Chappuis wrote: > Hi all, > > I'm currently writing a course discussing object-oriented programming in > C using the GObject system. That is quite easy to find plenty of > GUI-based examples using this library. However, I'm looking for some > non-GUI-based projects using the GObject framework in order to provide > readers with a representative overview of its use in real-world programs. > > I would be highly interested in getting some ideas and/or project > examples on this subject. Thank you by advance.
I used GObject to implement the Dictionary utility, in order to provide the backend and infrastructure. you can have a look at it in GNOME SVN repository for gnome-utils: svn.gnome.org/svn/gnome-utils/trunk/gnome-dictionary/libgdict there are widgets, but the interesting things are the GdictContext interface and the GdictClientContext class. ciao, Emmanuele. -- Emmanuele Bassi, E: [EMAIL PROTECTED] W: http://www.emmanuelebassi.net B: http://log.emmanuelebassi.net _______________________________________________ gnome-love mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-love
