diff options
Diffstat (limited to 'glib/glib-init.h')
-rw-r--r-- | glib/glib-init.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/glib/glib-init.h b/glib/glib-init.h index bcf23bdc0..488742190 100644 --- a/glib/glib-init.h +++ b/glib/glib-init.h @@ -49,6 +49,7 @@ G_GNUC_INTERNAL void g_slice_cleanup (void); G_GNUC_INTERNAL void g_system_thread_cleanup (void); G_GNUC_INTERNAL void g_test_cleanup (void); G_GNUC_INTERNAL void g_threading_cleanup (void); +G_GNUC_INTERNAL void g_thread_pool_cleanup (void); G_GNUC_INTERNAL void g_time_zone_cleanup (void); G_GNUC_INTERNAL void g_utils_cleanup (void); G_GNUC_INTERNAL void g_variant_type_info_cleanup (void); |