tags:

views:

29

answers:

2

Hi everybody! I've looked for a lot of sites but didn't find any examples by glib. I've seen only discription types and functions... Perhaps do you know a good source?

PS. Thanks for your answers! =)

A: 

Here's a tutorial, a little old but still applicable: http://www.ibm.com/developerworks/linux/tutorials/l-glib/

Here's a tutorial on the GObject part of GLib: http://www.arbingersys.com/2009/07/missing-gobject-tutorial-sample.html

Also check out the excellent book 'Foundations of GTK Development' by Andrew Krause, it has a chapter on GLib: http://www.gtkbook.com/

ptomato
Thanks! =)I looked for it! =)I'm newb =(
Rusfearuth
A: 

The tests from the glib source code may be usefull!You should try those!

Stefan George