From 6f8f1f7097cbef698b4c7be5816bc9d3864ec744 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Wed, 28 Nov 2012 12:00:40 -0500 Subject: Remove most use of G_GNUC_INTERNAL Now that we use an explicit list of symbols to export, the G_GNUC_INTERNAL is redundant. https://bugzilla.gnome.org/show_bug.cgi?id=688681 --- glib/gthreadprivate.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'glib/gthreadprivate.h') diff --git a/glib/gthreadprivate.h b/glib/gthreadprivate.h index 6b974debb..15584f4bf 100644 --- a/glib/gthreadprivate.h +++ b/glib/gthreadprivate.h @@ -37,24 +37,18 @@ struct _GRealThread }; /* system thread implementation (gthread-posix.c, gthread-win32.c) */ -G_GNUC_INTERNAL void g_system_thread_wait (GRealThread *thread); -G_GNUC_INTERNAL GRealThread * g_system_thread_new (GThreadFunc func, gulong stack_size, GError **error); -G_GNUC_INTERNAL void g_system_thread_free (GRealThread *thread); -G_GNUC_INTERNAL void g_system_thread_exit (void); -G_GNUC_INTERNAL void g_system_thread_set_name (const gchar *name); /* gthread.c */ -G_GNUC_INTERNAL GThread * g_thread_new_internal (const gchar *name, GThreadFunc proxy, GThreadFunc func, @@ -62,7 +56,6 @@ GThread * g_thread_new_internal (const gchar *name, gsize stack_size, GError **error); -G_GNUC_INTERNAL gpointer g_thread_proxy (gpointer thread); #endif /* __G_THREADPRIVATE_H__ */ -- cgit v1.2.1