diff options
author | Ryan Lortie <desrt@desrt.ca> | 2011-09-09 19:48:14 -0400 |
---|---|---|
committer | Ryan Lortie <desrt@desrt.ca> | 2011-09-09 19:50:55 -0400 |
commit | f1494c156dcbbe125807ef2a1b5ab0ca4b2acc66 (patch) | |
tree | bd701bb7f1e17b900e796ef1e69e372714996666 /glib/gthreadprivate.h | |
parent | bceaf3a7194ecd5303b6cbc9797586ba4849b1bc (diff) | |
download | glib-f1494c156dcbbe125807ef2a1b5ab0ca4b2acc66.tar.gz |
Clean up l10n threading stuff
Remove the explicit thread initialisation functions for g_get_charset(),
g_get_filename_charsets() and g_get_language_names().
Add a lock around one remaining case of access to libcharset (the other
2 cases already have the lock).
Do a proper g_once_init_enter() style initialisation for the GLib
gettext functions.
https://bugzilla.gnome.org/show_bug.cgi?id=658683
Diffstat (limited to 'glib/gthreadprivate.h')
-rw-r--r-- | glib/gthreadprivate.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/glib/gthreadprivate.h b/glib/gthreadprivate.h index d0c8b33a9..3887519fc 100644 --- a/glib/gthreadprivate.h +++ b/glib/gthreadprivate.h @@ -53,8 +53,6 @@ G_GNUC_INTERNAL void _g_slice_thread_init_nomessage (void); G_GNUC_INTERNAL void _g_messages_thread_init_nomessage (void); /* full fledged initializers */ -G_GNUC_INTERNAL void _g_convert_thread_init (void); -G_GNUC_INTERNAL void _g_utils_thread_init (void); G_GNUC_INTERNAL void _g_thread_impl_init (void); G_END_DECLS |