Thread safety
Stephane Doyon <[email protected]> Thu, 9 Apr 2009 09:04:00 -0400 (EDT)
| Newsgroups | gmane.comp.gnome.lib.gconf |
|---|---|
| Message-ID | <[email protected]> |
Hi, Can anyone tell me and explain whether I need gdk_threads_enter/leave calls, when using GConfClient in a multi-threaded GTK+ program, from a thread other than the main thread? I've skimmed the gconf docs and the GDK threads overview but I'm still unclear. Many thanks