Re: GtkApplication Thread Initialization
- From: Paul Davis <paul linuxaudiosystems com>
- To: Tristan Van Berkom <tvb gnome org>
- Cc: gtk-list gnome org
- Subject: Re: GtkApplication Thread Initialization
- Date: Fri, 6 Jul 2012 13:45:35 -0400
/* Initialize threading in older libraries */
#if (!GLIB_CHECK_VERSION (2, 31, 0))
g_thread_init (NULL);
#endif
#if (!CLUTTER_CHECK_VERSION (1, 9, 0))'
these are compile time checks ... seems unwise, no?
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]