I'm developing a cross platform application using Glib to provide
portability. I've made heavy use of Windows events (i.e. CreateEvent)
in the past - they allow a thread to sleep indefinitely until one of a
group of events is signaled by another thread. What the best way to do
something similar u
I'm developing an application that's heavily based on Glib for
portability reasons. I'm using GLib 2.10.1, and I'm trying to use the
GKeyFile parser class, but I'm receiving an error when compiling both
using visual studio 6.0 and gcc. The error is "'keyFile' uses undefined
struct '_GKeyFile'" (r