Re: bugs regarding late g_thread_init() calls



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]