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! =)
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! =)
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/
The tests from the glib source code may be usefull!You should try those!