mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 15:36:17 +01:00
Add g_thread_get_initialized here, too. Surround g_test_config_vars with
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. svn path=/trunk/; revision=7753
This commit is contained in:
parent
8bed68813e
commit
0380f15a65
@ -1,3 +1,8 @@
|
||||
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.
|
||||
|
||||
2008-12-18 Mike Kestner <mkestner@novell.com>
|
||||
|
||||
Bug 560676 - function access for g_threads_supported
|
||||
|
@ -1289,6 +1289,7 @@ g_static_rw_lock_writer_lock
|
||||
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_func
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user