I couldn't find any information in the glib documentation about thread safety. I guess that means I should probably assume that it's NOT thread safe, but I'm unsure about what shared resources I should be locking around.
Does anybody have any experience with thread safety using glib? What guidelines can I use to make sure my glib code is thread safe?
Thanks!