glib r7753 - in trunk: . glib



Author: tml
Date: Sat Dec 20 07:22:56 2008
New Revision: 7753
URL: http://svn.gnome.org/viewvc/glib?rev=7753&view=rev

Log:
2008-12-19  Tor Lillqvist  <tml novell com>

	* glib/glib.symbols: Add g_thread_get_initialized here,
	too. Surround g_test_config_vars with ifdef INCLUDE_VARIABLES.



Modified:
   trunk/ChangeLog
   trunk/glib/glib.symbols

Modified: trunk/glib/glib.symbols
==============================================================================
--- trunk/glib/glib.symbols	(original)
+++ trunk/glib/glib.symbols	Sat Dec 20 07:22:56 2008
@@ -1289,6 +1289,7 @@
 g_static_rw_lock_writer_trylock
 g_static_rw_lock_writer_unlock
 g_thread_foreach
+g_thread_get_initialized
 #endif
 #endif
 
@@ -1324,7 +1325,9 @@
 g_test_add_vtable
 g_test_bug
 g_test_bug_base
+#ifdef INCLUDE_VARIABLES
 g_test_config_vars
+#endif
 g_test_create_case
 g_test_create_suite
 g_test_get_root



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]