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
This commit is contained in:
Colin Walters
2012-11-28 12:00:40 -05:00
committed by Ryan Lortie
parent dbf447292d
commit 6f8f1f7097
18 changed files with 16 additions and 78 deletions

View File

@@ -23,11 +23,8 @@
#include <glib.h>
#include "gwakeup.h"
G_GNUC_INTERNAL
GMainContext * g_get_worker_context (void);
G_GNUC_INTERNAL
gboolean g_check_setuid (void);
G_GNUC_INTERNAL
GMainContext * g_main_context_new_with_next_id (guint next_id);
#ifdef G_OS_WIN32