Re: bugs regarding late g_thread_init() calls
- From: Christian Persch <chpe gnome org>
- To: gtk-devel-list gnome org
- Subject: Re: bugs regarding late g_thread_init() calls
- Date: Tue, 02 Jan 2007 17:36:42 +0100
Hi,
> 2) Auto-initialize via g_thread_init (NULL) in gnome_init().
> + this has already been done for newer GNOME libs, see:
> http://bugzilla.gnome.org/show_bug.cgi?id=343490
Unfortunately this doesn't work with the new GOption argument parsing,
since you'll have to create the option context and its option group(s)
before before calling gnome_program_init. (GOptionContext uses a GList
for its list of groups, and GList uses GSlice.)
Regards,
Christian
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]